The Portrate Interview Engine

IControlContainer Interface

Represents an object that contains visual controls.

 Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. 

For a list of all members of this type, see IControlContainer Members.

[Visual Basic]
Public Interface IControlContainer
[C#]
public interface IControlContainer
[C++]
public __gc __interface IControlContainer
[JScript]
public interface IControlContainer

Types that implement IControlContainer

TypeDescription
DPLForm Represents the collection of form elements, i.e. controls, that are used to display input form controls.
 Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. 
DPLFormRef A reference to a real DPLForm instance. References are used so that customization of the display rules and layout can be obtained without having duplicate instances of the same form.
 Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. 

Requirements

Namespace: Portrate.Interview.Model

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

IControlContainer Members | Portrate.Interview.Model Namespace