XtraTabbedMdiManager Members
In This Article
#Constructors
Name | Description |
---|---|
Xtra |
Initializes a new instance of the Xtra |
Xtra |
Initializes a new instance of the Xtra |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Active |
Gets the currently active floating page. |
Allow |
Gets or sets whether end-users can reorder pages by dragging their headers. |
Allow |
Gets or sets whether icons for all Xtra |
Appearance | Gets the appearance settings used to paint the MDI client. |
Appearance |
Provides access to the properties that control the appearance of all the pages. |
Border |
Gets or sets the border style of the multiple document interface (MDI) client. |
Border |
Gets or sets the border style of all the tab pages. |
Bounds | Gets the bounding rectangle of the multiple document interface (MDI) client. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Close |
Gets or sets whether Close buttons are displayed in individual tab pages and the tab control’s header. |
Close |
Gets or sets the value that determines if tabs will be closed on a mouse middle click. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Controller |
Gets or sets the bar and dock controller that controls the appearance settings of the Xtra |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Float |
Provides access to the collection of floating pages. |
Float |
Gets or sets the time interval between moving a floating page onto the tab header region and docking the page. |
Float |
Gets or sets whether a page is made floating on double-clicking its tab. |
Float |
Gets or sets whether a page can be dragged away from the Xtra |
Float |
Gets or sets how a page is dragged away from the Xtra |
Handler | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Header |
Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row. |
Header |
Gets the options that specify which tab buttons can be displayed within the header panel. |
Header |
Gets or sets a value which specifies the display mode for the header buttons. |
Header |
Gets or sets the position of the page headers. |
Header |
Gets or sets the orientation of the page headers. |
Images |
Gets or sets the source of images that can be displayed within page headers. Use the Image |
Max |
Gets or sets the default maximum width of tab headers for all pages. |
Mdi |
Gets or sets a container for multiple document interface (MDI) child forms. |
Multi |
Gets or sets whether more than one row of page headers can be displayed. |
Page |
Gets or sets the alignment of the image displayed within the page header. |
Pages | Provides access to the tabbed MDI manager’s page collection. |
Pin |
Gets or sets which Xtra |
Preview |
Gets or sets the zoom ratio to calculate the size of a floating page’s preview version. |
Right |
Gets or sets whether right-to-left mirror placement is turned on. |
Selected |
Gets or sets the currently selected page. |
Set |
Gets or sets a value which specifies the order in which pages are cycled through. |
Show |
Gets or sets whether hints are displayed to indicate positions when a floating page is being dragged-and-dropped onto the Xtra |
Show |
Gets or sets whether a focus frame is displayed around the selected page header. |
Show |
Gets or sets whether hints can be displayed for page headers. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tab |
Gets or sets the width for all tab page headers within the Xtra |
Tool |
Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for tab pages. |
Use |
Gets or sets whether the Document Selector feature is enabled, which allows an end-user to switch between tab pages. |
Use |
Gets or sets whether to display a child form’s icon (Form. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Xtra |
Calc |
Returns information on the visual elements located at the specified point. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Dock |
Moves a floating page from the specified Xtra |
End |
Unlocks the Xtra |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Float |
Makes the specified page floating. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Gets the tabbed MDI manager which is associated with the specified Form. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Invalidate() | Invalidates the region occupied by the multiple document interface (MDI) client. |
Invalidate |
Invalidates the specified region occupied by the multiple document interface (MDI) client. |
Layout |
Updates a tabbed MDI. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
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