show / hide menu

SetControlProperty

This Function is used to set property value of n number of controls.

Syntax:
SetControlProperty(PropertyName, Value, ControlName)
where
PropertyName is the Valid Property name of the control(Give prefix as Label for attached label property).
Value is the Property value.
ControlName is the n number of control names for which the property needs to be applied.

Example:
SetControlProperty(Style.BackGroundColor,Red,TextBox1,TextBox2)