SetTextControlExGradient |
www.progui.co.uk Top Previous Next |
SetTextControlExGradient() Syntax Success = SetTextControlExGradient(ID.i, Gradient.i) Description Sets the gradient background colour fill of a TextControlEx. ID is the handle/ID of a previously created TextControlEx or can be -1 in order to set the gradient for all TextControlEx's created after this command. Gradient.i is a handle to a previously created Gradient. Returns true for success or zero for failure.
|