Name | Description | |
---|---|---|
TabbedMdiManager Constructor | Overloaded. |
The following tables list the members exposed by TabbedMdiManager.
Name | Description | |
---|---|---|
TabbedMdiManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowClose | Gets or sets a value indicating if the Close button in every tabbed-Mdi tab-group is displayed to allow tabs to be closed. | |
AllowModifications | Gets or sets a value indicating if tab-groups can be created and/or removed with the mouse. | |
Container | (Inherited from System.ComponentModel.Component) | |
IsSubscribed | Get or sets a value indicating if the tabbed-Mdi manager is currently subscribed to a host form. | |
MdiContainerForm | Gets the Mdi-container form. | |
SelectedTabGroup | Gets or sets the currently selected tab-group. | |
ShowMenuOnCtrlTab | Gets or sets a value indicating if the Mdi-child selection menu is displayed when the CTRL-Tab keys are pressed. | |
Site | (Inherited from System.ComponentModel.Component) | |
Style | Gets or sets the style with which the tabs in every tab-group are drawn. | |
TabGroupOrientation | Gets or sets the orientation of the tab-groups. | |
TabGroups | Gets the tab-groups managed by the tabbed-mdi manager. | |
TabStripAppearance | Gets the appearance of the tabbed-MDI manager's tabstrip. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Clean up any resources being used. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetTabbedMdiManager | Retrieves the TabbedMdiManager associated with the form. | |
GetTabGroup | Retrieves the tab-group associated with the specified form. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Layout | Performs the layout of the elements managed by the TabbedMdiManager. | |
SubscribeToHostForm | Subscribe to the host form. | |
ToString | (Inherited from System.ComponentModel.Component) | |
UnsubscribeFromHostForm | Unsubscribe from the host form. |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnAddingGroup | Raises the AddingGroup event. | |
OnAlignmentChanged | Raises the AlignmentChanged event. | |
OnFormSelected | Raises the FormSelected event. | |
OnGroupAdded | Raises the GroupAdded event. | |
OnGroupRemoved | Raises the GroupRemoved event. | |
OnGroupSelected | Raises the GroupSelected event. | |
OnRemovingGroup | Raises the RemovingGroup event. | |
OnShowingDragMenu | Raises the ShowingDragMenu event. | |
OnShowingTabMenu | Raises the ShowingTabMenu event. | |
OnStyleChanged | Raises the StyleChanged event. |
Name | Description | |
---|---|---|
AddingGroup | Raised when a new tab-group is being added. | |
AlignmentChanged | Raised when the alignment of the tab-groups is changed. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
FormSelected | Raised when a Mdi-child form is selected. | |
GroupAdded | Raised when a new tab-group is added. | |
GroupRemoved | Raised when a tab-group is removed. | |
GroupSelected | Raised when a tab-group is selected. | |
RemovingGroup | Raised when a tab-groups is being removed. | |
ShowingDragMenu | Raised when the drag menu is showing. | |
ShowingTabMenu | Raised when the tab menu is showing. | |
StyleChanged | Raised when the value of the Style property is changed. |