Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | pushButton:mouse:click SEARCH    

  Events
pushButton:mouse:click

  Functions
pushButton.create
pushButton.text.get
pushButton.text.set

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Event
pushButton:mouse:click

Language: MioScript
Product: MioFactory


Raised when the user clicks on the specified push button.

Important: A push button is a window, so you can use all windows functions to manipulate or get information about the push button.


Author Window ID
 
The ID of the window who raised the event can be retrieved with window.eventAuthor

Group Name
 
As this event is raised by a window, the window group name must be added at the end of the declaration.

For more information: window.create, window.ID.create, window.ID.group.set