FieldsColorizeControl Method |
Colorize a certain control
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax public void ColorizeControl(
Control myControl,
bool required
)
Public Sub ColorizeControl (
myControl As Control,
required As Boolean
)
Parameters
- myControl
- Type: System.Web.UIControl
The control to colorize - required
- Type: SystemBoolean
Is the control required? If not, it means it is read-only.
See Also