FieldsColorizeControl Method |
Colorize a certain control
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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