FieldsColorizeControl Method  | 
 
            Colorize a certain control 
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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