Difference between revisions of "Button events"
From LinuxMCE
Langstonius (Talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | Button is a focus control will have specific events. Event the button get the specified focus event, if the current button haven't focus, the event will be ignored. | |
See which are [[focus events]]. | See which are [[focus events]]. | ||
Line 6: | Line 6: | ||
See [[non-focus events]]. | See [[non-focus events]]. | ||
+ | |||
+ | [[category: Programmer's Guide]] |
Latest revision as of 18:13, 20 June 2008
Button is a focus control will have specific events. Event the button get the specified focus event, if the current button haven't focus, the event will be ignored.
See which are focus events.
Because Button is a non focus-able control, it will have standard events that any control has.
See non-focus events.