The Portrate Interview Engine

AbstractControl Properties

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

Public Instance Properties

Attributes Returns the configured display attributes for this control. These attributes are read from the configuration of this control.
ControlName Get/set the control name. The control's name is a unique identifier used in the rendering of the Portrate_Interview form.
DataName Gets/sets the data name for this control. The data name is the name used in the model dictionary to record or lookup a value.
DefaultValue Gets/sets the current data value for this control
DisplayRule Set the display rule for this element
HelpDisplayStyle Get/set how the help text is displayed
HelpImageURL Get/set the URL of the image used to represent a help link.
HelpText Get/set the help/hint text associated with this control.
HelpURL Get/set the URL associated with the help information for this control
IsInputControl Returns true if this control accepts input from the user.
Label The display label for the control.
ReadOnly Get/set whether or not this control is read-only.
Validators Returns the collection of IValidator instances for this control.

Protected Instance Properties

LabelCssClass Returns the CSS class for the label on this control. Default is "Portrate_Label"

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace