State
(number) The new state of the button:
CONSTANT |
VALUE |
DESCRIPTION |
BTN_UP |
0 |
Button is up (normal). (default) |
BTN_DOWN |
1 |
Button is down (pressed). |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Button.SetText
OverviewExamples
Button.SetText ( string ObjectName,
string Text )
De s cr ip t ion
Sets the text displayed on a button object.
P arame t er s
ObjectName
(string) The name of the button object to set.