Tab Control Notify Events
The following notify events apply to all tab controls:
Code |
Notice Template |
Event Description |
1 |
context:u(2),code:i(1),id:u(2),objtype:i(2),keycode:u(2),syskey:u(1) |
Generated when a key is pressed while the tab control has focus -- as indicated by the text on a tab label being highlighted. |
2 |
context:u(2),code:i(1),id:u(2),objtype:i(2),tabidx:i(2) |
Generated when a tab index is selected. |
3 |
context:u(2),code:i(1),id:u(2),objtype:i(2),tabidx:i(2) |
Generated when a tab index is deselected. |
4 |
context:u(2),code:i(1),id:u(2),objtype:i(2),tabidx:i(2) |
In BBj 16.0 and higher, generated when a tab close button is clicked. |
5 |
context:u(2),code:u(1),id:u(2),objtype:i(2),tabidx:i(2),x:i(2),y:i(2),flags:u(1) |
In BBj 16.0 and higher, generated when a tab is right-clicked. |
See Also
NOTICE() Function - Get SYSGUI Notice String