The interface implemented by all controls that provide rendering capabilities in the on-line forms generation engine.
Author: Jacob W Anderson Date: 30 Oct 2003 (c) Portrate, LLC. All rights reserved.
For a list of all members of this type, see IDPLControl Members.
[Visual Basic] Public Interface IDPLControl Implements IXmlConfigurable, IDisplayable [C#] public interface IDPLControl : IXmlConfigurable, IDisplayable [C++] public __gc __interface IDPLControl : public IXmlConfigurable, IDisplayable [JScript] public interface IDPLControl extends IXmlConfigurable, IDisplayable
| Type | Description |
|---|---|
| AbstractControl | Contains some abstracted functionality that is common to all of the Portrate_Interview view controls. Author: Jacob W Anderson Date: 30 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| BinaryComboGroup | Summary description for BinaryComboGroup. |
| BinaryRadioGroup | |
| CheckBox | Renders an HTML check box control. Author: Jacob W Anderson Date: 31 Oct 2003 (c) 2003 Portrate, LLC. All rights reserved. |
| DropDownList | |
| Heading | Renders a lone label across the span of the form. Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. |
| RadioGroup | |
| RawHtmlControl | Provides a manner to render raw HTML into the interview forms. Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. |
| TextArea | Implements the HTML TextArea input control. Use the attributes element to customize the rows and columns for this control. Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved. |
| TextBox | Renders a text input control in HTML. |
Namespace: Portrate.Interview.Model
Assembly: Portrate.Interview (in Portrate.Interview.dll)
IDPLControl Members | Portrate.Interview.Model Namespace