Default Class
|
The class by which the HTML control will be displayed. The value of this property is set by an expression. Once the expression is recomputed, the class of the HTML control is set by the new class value. The expression is expected to return a string value that represents a class name defined in the HTML page.
|
Default Styles
|
Lets you define a list of styles that sets the attributes of the HTML control. You need to define the attributes for each style, its name, and its value. The value is set by an expression. The expression is expected to return a string value that represents the style’s value. When the expression is recomputed, the style of the HTML control is defined by the new value.
|
Color
|
The control color.
|
Help Screen
|
Specifies whether a Help screen is associated with this control.
|
Help Prompt
|
Specifies whether a Help Prompt is associated with the control.
|
Visible
|
Specifies whether the control will be visible to the user.
|
Enabled
|
Specifies whether the control will be active.
|