TabWorkspace Collection Members
See Also
TabWorkspace Overview
| Command Bars ActiveX Control v24.0 |
 |
TabWorkspace Collection Members
Public Methods
| Method |
Description |
CreateGroup |
Creates a new Horizontal or Vertical tab group in the TabWorkspace. |
DoWorkspaceCommand |
Performs the specified TabWorkspace Command. This allows you to perform TabWorkspace grouping via code, e.g., creating a new tab group or moving tabs between tab groups. |
EnableGroups |
Enables workspace grouping. |
FindGroup |
Finds the tab group that a specified TabControlItem is located in. |
FindItem |
Finds a TabControlItem by searching by the attached object's Handle. |
HitTest |
Returns the TabControlItem that the user clicked. |
IsWorkspaceCommandEnabled |
Determines if TabWorkspace grouping is enabled. |
Item |
Gets a TabControlItem. |
MoveToGroup |
Moves an item from one tab group to another tab group. |
Refresh |
Refreshes the TabWorkspace. |
ShowNewWindowTab |
Adds an Internet Explorer 7 style new window tab button. |
Public Properties
| Property |
Description |
AllowReorder |
Enables/Disables tab reordering. When True, the tabs can be reordered. |
AutoTheme |
Enables/Disables auto themes. |
AutoUpdateTabCaption |
Specifies whether tab captions are updated automatically. |
EnableMarkup |
Allows the use of a XAML snippet to be used for the workspace buttons. |
Flags |
Gets/Sets the flags of the TabWorkspace. The flags allow you to show/hide the tab workspace buttons. |
GroupCount |
Returns the total number of tab groups in the TabWorkspace. |
GroupSplitter |
Gets/Sets the width/height of a group in the TabWorkspace. |
HorizGroupSplitting |
Indicates whether the tab groups in the TabWorkspace are split horizontally or vertically. |
hWnd |
Gets the handle to the tab workspace. |
IgnoreFlickersOnActivate |
Reduces the "flicker" that occurs when a MDI Child caption becomes active. |
ItemCount |
Gets the number of TabControlItems in the TabWorkspace. |
NewTabPosition |
Gets/Sets where new tabs are to be positioned when they are added to the tab workspace. Tabs can always be added to the far right, left, or after the currently active tab. |
PaintManager |
Gets the PaintManager properties. |
RightToLeft |
Gets or sets a value indicating whether the TabWorkspace elements are aligned to support locales using right-to-left fonts. |
Selected |
Gets the currently selected tab control. |
ThemedBackColor |
Gets/Sets a Boolean value indicating whether a themed backcolor will be used. If true, then the backcolor of the MDIClient is calculated from the current theme; if false, the Form::BackColor property will be used. |
ToolTipContext |
Represents the tool tip window that is used to display tool tips. |
UseSplitterTracker |
Specifies whether a splitter tracker is used when resizing tab groups in the TabWorkspace. |
Events
| Event |
Description |
BeforeItemClick |
Triggered when the user clicks on a TabControlItem of the TabWorkspace. |
NewItem |
Triggered when a new item was added to the TabWorkspace. |
RClick |
Triggered when the user right-clicks on a TabControlItem of the TabWorkspace. |
SelectedChanged |
Occurs when a tab in the TabWorkspace is selected. |
See Also
TabWorkspace Overview
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.