XtraTabbedMdiManager Events
The component that displays MDI child forms as tabs and provides basic form management features. To create an advanced tabbed UI, use the DocumentManager component instead.
Name | Description |
---|---|
Begin |
Allows you to cancel docking a floating page onto the Xtra |
Begin |
Allows you to prevent a page from becoming floating. |
Custom |
Allows you to customize display settings of the Document Selector’s items. |
Custom |
Allows you to customize the Document Selector’s settings, before it’s displayed on-screen. |
Custom |
Allows you to draw a header button manually. |
Custom |
Allows you to draw a tab header manually. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
End |
Fires after a floating page has been docked to the Xtra |
End |
Fires when dropping a page that is becoming floating. |
Floating | Fires when a docked page becomes floating. |
Float |
Fires when a floating page is activated. |
Float |
Fires when a floating page is deactivated. |
Float |
Fires when dragging a floating page. Allows you to implement the drag-and-drop of child floating pages to another Xtra |
Mouse |
Occurs when the mouse pointer is over a tabbed MDI and a mouse button is pressed. |
Mouse |
Occurs when the mouse pointer enters the tabbed MDI. |
Mouse |
Occurs when the mouse pointer leaves the tabbed MDI. |
Mouse |
Occurs when the mouse pointer moves over a tabbed MDI. |
Mouse |
Occurs when the mouse button is released if it was pressed within a tabbed MDI. |
Page |
Fires after a new page has been added to the Xtra |
Page |
Fires after a page has been removed from the Xtra |
Selected |
Fires after the selected page has been changed. |
Set |
Provides the ability to cycle through the pages using custom rules. |
See Also