|

Height


(number) The new height of the object in pixels.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

xButton.SetState

OverviewExamples

xButton.SetState ( string ObjectName,


number State = BTN_UP )


De s cr ip t ion


Sets the up/down state of an xButton object.


image

Note: This action is only effective on toggle xButtons. You can change an xButton's type (standard or toggle) by changing the Style setting in the xButton's properties.


P arame t er s


ObjectName


(string) The name of the xButton object.


|