The Portrate Interview Engine

IDPLControl Properties

The properties of the IDPLControl interface are listed below. For a complete list of IDPLControl interface members, see the IDPLControl Members topic.

Public Instance Properties

Attributes Gets the attributes used to customize the UI control for this control.
ControlName Get/set the reference name for this control. This is the name used to map from a control's user name (used in the form post) to the actual data name for the control.
DataName Sets/gets the data name for this control's value. This is the lookup name in the DPLFormDataModel for this control
DefaultValue Sets/gets the default value for this control
HelpDisplayStyle Set/get the display style for help information
HelpImageURL Get/set the URL of the image used to represent a help link
HelpText Get/set the help text for the control
HelpURL Get/set the help URL for the control
IsInputControl Returns TRUE if this control requires user input.
Label Sets/gets the label associated with this control
Validators Returns a collection if IDPLValidator instances

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace