Click or drag to resize

FieldsColorizeControl Method

Colorize a certain control

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void ColorizeControl(
	Control myControl,
	bool required
)

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