SetTextControlExPadding |
www.progui.co.uk Top Previous Next |
SetTextControlExPadding() Syntax Success = SetTextControlExPadding(ID.i, LeftPadding.l, TopPadding.l, RightPadding.l, BottomPadding.l) Description Alters the border padding of a TextControlEx. ID is the Handle/ID of a previously created TextControlEx or can be -1 in order to set the padding for all TextControlEx's created after this command. Returns true for success or zero for failure.
|