Jump to content

ListBox events: Difference between revisions

From LinuxMCE
No edit summary
 
No edit summary
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table>ListBox 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 ListBox is a non focus-able control, it will have standard events that any control has.
Because ListBox is a non focus-able control, it will have standard events that any control has.


See [[non-focus events]].
See [[non-focus events]].

Revision as of 07:24, 11 April 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.

ListBox 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 ListBox is a non focus-able control, it will have standard events that any control has.

See non-focus events.