|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| pushButton.text.get(pushButtonID) |
Parameters
| ID | pushButtonID | ID of the push button. |
Return value
Description
| Returns the label of the specified push button. |
MioScript Sample Code
&myButton = pushButton.create(10,10,100,20, "Ok")
alert(pushButton.text.get(&myButton)) |
|
|
|