|

Height


(number) The new height of the button 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

Button.SetState

OverviewExamples

Button.SetState ( string ObjectName,


number State = BTN_UP )


De s cr ip t ion


Sets the up/down state of a button object.


image

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


P arame t er s


ObjectName


(string) The name of the button object.


|