WinTabbedMdiManager Smart Tag
In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access to the most common properties and settings of the control/component.
The WinTabbedMdiManager™ Smart Tag contains the name of the component, as well as the following sections:
-
Appearance — Provides common tasks involving the appearance, look, and feel of the control.
-
Behavior — Provides easy access to properties that govern how the control behaves on the form.
-
Serialization — Provides quick access to properties used in the IPersistComponentSettings interface.
See below for a description of the item (e.g., field, drop-down list, checkbox) in each section, as well as the item’s corresponding property in the properties grid.
Appearance |
Description |
Corresponding Property |
|
Change the style of the WinTabbedMdiManager to make it look like Office 2003, Visual Studio 2005, Office 2007.
|
|
Behavior |
Description |
Corresponding Property |
|
Select the check box to allow the user to create tab groups which span horizontally across the form.
|
|
|
Selecting the check box will cause an additional option (Maximize) to show up on the tab context menu when the user right-clicks on a tab. The Maximize menu item is then used to toggle the IsActiveTabGroupMaximized property.
|
|
Allow Vertical Tab Groups
|
Select the check box to allow the user to create tab groups which span vertically across the form.
|
|
|
Selecting this check box will allow the user to create Mdi tab groups within other Mdi tab groups.
|
|
|
Select from the drop-down how you would like the text of the tab displayed with respect to the orientation of the tabs. You can also change this property in the properties grid by setting the TextOrientation property under the TabGroupSettings object.
|
|
Serialization |
Description |
Corresponding Property |
|
If you select this checkbox, the component will automatically load/save its property settings with the application’s settings.
|
|
|
The component can save its settings in either binary or XML format.
|
|
|
You can specify the settings key that will be used to uniquely identify the settings' values that will be loaded/saved. By default, Visual Studio 2005 sets the settings key value based on the name of the containing form/control and the name of the component.
|
|