Back to Devexpress

XtraTabbedMdiManager Events

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-dot-underscore-events.md

latest5.1 KB
Original Source

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.

NameDescription
BeginDockingAllows you to cancel docking a floating page onto the XtraTabbedMdiManager.
BeginFloatingAllows you to prevent a page from becoming floating.
CustomDocumentSelectorItemAllows you to customize display settings of the Document Selector’s items.
CustomDocumentSelectorSettingsAllows you to customize the Document Selector’s settings, before it’s displayed on-screen.
CustomDrawHeaderButtonAllows you to draw a header button manually.
CustomDrawTabHeaderAllows you to draw a tab header manually.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EndDockingFires after a floating page has been docked to the XtraTabbedMdiManager.
EndFloatingFires when dropping a page that is becoming floating.
FloatingFires when a docked page becomes floating.
FloatMDIChildActivatedFires when a floating page is activated.
FloatMDIChildDeactivatedFires when a floating page is deactivated.
FloatMDIChildDraggingFires when dragging a floating page. Allows you to implement the drag-and-drop of child floating pages to another XtraTabbedMdiManager.
MouseDownOccurs when the mouse pointer is over a tabbed MDI and a mouse button is pressed.
MouseEnterOccurs when the mouse pointer enters the tabbed MDI.
MouseLeaveOccurs when the mouse pointer leaves the tabbed MDI.
MouseMoveOccurs when the mouse pointer moves over a tabbed MDI.
MouseUpOccurs when the mouse button is released if it was pressed within a tabbed MDI.
PageAddedFires after a new page has been added to the XtraTabbedMdiManager.Pages collection.
PageRemovedFires after a page has been removed from the XtraTabbedMdiManager.Pages collection.
SelectedPageChangedFires after the selected page has been changed.
SetNextMdiChildProvides the ability to cycle through the pages using custom rules.

See Also

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace