TabbedControlGroup Events
The group that features a tabbed UI.
Name | Description |
---|---|
Click |
Fires when the current item is clicked.
Inherited from Base |
Custom |
Allows you to custom paint the current item.
Inherited from Base |
Custom |
Allows you to custom paint header buttons (Tabbed |
Custom |
Allows you to custom paint tabs.
Inherited from Tabbed |
Custom |
Occurs when a custom header button is clicked.
Inherited from Tabbed |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Double |
Fires when the current item is clicked.
Inherited from Base |
Hidden |
Fires after an item has been hidden.
Inherited from Base |
Hiding |
Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form).
Inherited from Base |
Mouse |
Occurs when the mouse pointer is over a layout item and a mouse button is pressed.
Inherited from Base |
Mouse |
Occurs when the mouse button is released if it was pressed within a layout item.
Inherited from Base |
Selected |
Inherited from Tabbed |
Selected |
Occurs when a tab page is activated.
Inherited from Tabbed |
Selected |
Enables you to prevent changing the selected page.
Inherited from Tabbed |
Showing |
Fires when the item is about to be added to the layout (by dragging it from the Customization Form).
Inherited from Base |
Shown |
Fires after an item has been made visible.
Inherited from Base |
Text |
Fires after the layout item’s text has been changed.
Inherited from Base |
See Also