TabbedControlGroup Members
The group that features a tabbed UI.Constructors
| Name | Description |
|---|---|
| TabbedControlGroup() | Initializes a new instance of the TabbedControlGroup class with default settings. |
| TabbedControlGroup(LayoutGroup) | Initializes a new instance of the TabbedControlGroup class with the specified owner. |
Properties
| Name | Description |
|---|---|
| AccessibleDescription | Gets or sets the object’s description used by accessibility client applications. Inherited from BaseLayoutItem. |
| AccessibleName | Gets or sets the object’s name used by accessibility client applications. Inherited from BaseLayoutItem. |
| AccessibleRole | Gets or sets the object’s accessible role. Inherited from BaseLayoutItem. |
| AllowCustomizeChildren | Gets or sets whether the layout of the current container can be customized using drag and drop. Inherited from LayoutItemContainer. |
| AllowHide | Gets or sets whether the item can be hidden to the Customization Form. Inherited from BaseLayoutItem. |
| AllowHtmlDraw | Gets or sets whether or not tabbed group captions can be formatted using HTML tags. Inherited from TabbedGroup. |
| AppearanceGroup | Provides access to the properties that control the group’s appearance. Inherited from LayoutItemContainer. |
| AppearanceItemCaption | Gets the appearance settings used to paint a layout item’s caption. Inherited from BaseLayoutItem. |
| AppearanceTabPage | Provides access to a tabbed group’s appearance settings. Inherited from LayoutItemContainer. |
| BestFitWeight | Gets or sets the width of the current BaseLayoutItem relative to other items’ width after the LayoutControl.BestFit method has been called. Inherited from BaseLayoutItem. |
| BindingContext | Gets or sets the BindingContext for the item. Inherited from BaseLayoutItem. |
| Bounds | Gets the layout item’s bounding rectangle. Inherited from BaseLayoutItem. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| CaptionImagePadding | Gets or sets default padding for images displayed in the page headers belonging to the current group. Inherited from TabbedGroup. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| CustomHeaderButtons | Provides access to the collection of custom buttons displayed in the tabbed group header. Inherited from TabbedGroup. |
| CustomizationFormText | Gets or sets the layout item’s caption within the Customization Form. Inherited from BaseLayoutItem. |
| DataBindings | Gets the data bindings for the layout item. Inherited from BaseLayoutItem. |
| DesignMode protected | 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. |
| Expanded | Not supported. Inherited from BaseLayoutItem. |
| HeaderAutoFill | Gets or sets whether tab headers are stretched to the width of the TabbedGroup‘s header region. Inherited from TabbedGroup. |
| HeaderOrientation | Gets or sets the orientation of tab headers. Inherited from TabbedGroup. |
| Height | Gets or sets the layout item’s height. Inherited from BaseLayoutItem. |
| IsDisposing | Gets whether the current item is being disposed of. Inherited from BaseLayoutItem. |
| IsGroup | Gets whether the current layout item represents a Layout Group. Inherited from BaseLayoutItem. |
| IsHidden | Gets whether the layout item is hidden. Inherited from BaseLayoutItem. |
| IsUpdateLocked | Gets whether the layout item has been locked for updating. Inherited from BaseLayoutItem. |
| Location | Gets or sets the coordinates of the layout item’s top left corner. Inherited from BaseLayoutItem. |
| MaxSize | Gets the maximum size of the tabbed group. Inherited from TabbedGroup. |
| MinSize | Gets the minimum size of the tabbed group. Inherited from TabbedGroup. |
| MultiLine | Gets or sets whether more than one row of tabs can be displayed. Inherited from TabbedGroup. |
| Name | Gets or sets the layout item’s name. Inherited from BaseLayoutItem. |
| OptionsCustomization | Contains options that specify which operations can be performed on the layout item at runtime. Inherited from BaseLayoutItem. |
| OptionsIconToolTip | Obsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead. Inherited from BaseLayoutItem. |
| OptionsItemToolTip | Obsolete. This member is obsolete. Use the BaseLayoutItem.OptionsToolTip property instead. Inherited from BaseLayoutItem. |
| OptionsTableLayoutItem | Provides access to the options that specify how a layout item is arranged within a table layout. Inherited from BaseLayoutItem. |
| OptionsToolTip | This property is not supported by the TabbedGroup class. Inherited from TabbedGroup. |
| Owner | Gets or set the LayoutControl that owns the current tabbed group. Inherited from TabbedGroup. |
| Padding | Gets or sets the amount of space in pixels between the item’s borders and its contents. Inherited from BaseLayoutItem. |
| PageImagePosition | Gets or sets the alignment of images displayed within headers of pages that belong to the current group. Inherited from TabbedGroup. |
| PaintAppearanceGroup | Provides access to the appearance settings currently used to paint the layout group. Inherited from LayoutItemContainer. |
| PaintAppearanceItemCaption | Provides access to the appearance settings currently used to paint layout items that belong to the current container. Inherited from LayoutItemContainer. |
| Parent | Gets or sets the layout group that owns the LayoutItemContainer. Inherited from LayoutItemContainer. |
| ParentName | Gets or sets the name of the item’s parent. Inherited from BaseLayoutItem. |
| Selected | Gets or sets the selection state of the current item. Inherited from BaseLayoutItem. |
| SelectedTabPage | Gets or sets the currently selected layout group within the tabbed group. Inherited from TabbedGroup. |
| SelectedTabPageIndex | Gets or sets the index of the currently selected tab page. Inherited from TabbedGroup. |
| SelectedTabPageName | Gets or sets the name of the tab page currently being selected. Inherited from TabbedGroup. |
| ShowInCustomizationForm | Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden. Inherited from BaseLayoutItem. |
| ShowTabHeader | Gets or sets whether tab headers are shown. Inherited from TabbedGroup. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Size | Gets or sets the layout item’s size. Inherited from BaseLayoutItem. |
| Spacing | Gets or sets the outer indents of the item’s borders. Inherited from BaseLayoutItem. |
| StartNewLine | Gets or sets whether the current item starts a new row within a flow layout. Inherited from BaseLayoutItem. |
| TabPages | Gets the collection of layout groups which is owned by the current tabbed group. |
| TabPageWidth | Gets or sets the width, in pixels, of tab headers. Inherited from LayoutItemContainer. |
| Tag | Gets or sets an object that contains data on the current layout item. Inherited from BaseLayoutItem. |
| Text |
Gets or sets the caption of this layout item. If the Text property is null (Nothing in VB.NET) or String.Empty, this property returns the item name.
Inherited from BaseLayoutItem. |
| TextLocation | Gets or sets the container’s side along which its caption is displayed. Inherited from LayoutItemContainer. |
| TextSize | Gets or sets the size of the text region. Inherited from TabbedGroup. |
| TextToControlDistance | Not supported. Inherited from LayoutItemContainer. |
| TextVisible | Gets or sets whether the current object’s text region is visible. This property is not supported by the TabbedGroup class. Inherited from TabbedGroup. |
| Transition | Provides access to state animation parameters. Inherited from TabbedGroup. |
| TypeName | Gets the name of the item’s type. Inherited from TabbedGroup. |
| ViewInfo | Gets the object which contains the information used to render the tabbed group. Inherited from TabbedGroup. |
| Visibility | Allows you to hide the item from the Layout Control and Customization Form. Inherited from BaseLayoutItem. |
| Visible | Gets whether the layout item is visible. Inherited from BaseLayoutItem. |
| Width | Gets or sets the layout item’s width. Inherited from BaseLayoutItem. |
| X | Gets or sets the X coordinate of the item’s top left corner relative to the parent’s top left corner. Inherited from BaseLayoutItem. |
| Y | Gets or sets the Y coordinate of the item’s top left corner relative to the parent’s top left corner. Inherited from BaseLayoutItem. |
Methods
| Name | Description |
|---|---|
| Accept(BaseVisitor) | Invokes the Visit method of the specified visitor for each item that belongs to the current layout tabbed group. Inherited from TabbedGroup. |
| AddTabPage() | Creates a new tab page and appends it to the TabbedControlGroup.TabPages collection. |
| AddTabPage(LayoutGroup, String, Boolean) | Appends the specified tab page to the TabbedGroup.TabPages collection. |
| AddTabPage(LayoutGroup, String) | Appends the specified tab page with the specified text to the TabbedControlGroup.TabPages collection. |
| AddTabPage(LayoutGroup) | Appends the specified tab page to the TabbedControlGroup.TabPages collection. |
| AddTabPage(String) | Creates a new tab page with the specified text and appends it to the TabbedControlGroup.TabPages collection. |
| Assign(BaseLayoutItem) | Assigns the specified object’s property values to the current object’s corresponding properties. Inherited from BaseLayoutItem. |
| BeginInit() | Starts the component’s initialization. Inherited from BaseLayoutItem. |
| BeginUpdate() | Locks the LayoutItemContainer object by preventing visual updates of the object and its elements until the EndUpdate method is called. Inherited from LayoutItemContainer. |
| CanMove(LayoutItemDragController) | Returns whether the layout item can be moved to a specific position. Inherited from BaseLayoutItem. |
| Clear() | Removes all tab pages from the TabbedControlGroup.TabPages collection. Inherited from TabbedGroup. |
| Clear(Boolean) | Removes all tab pages from the TabbedControlGroup.TabPages collection. Inherited from TabbedGroup. |
| Clone(LayoutGroup, ILayoutControl) | Creates a copy of the current layout item. Inherited from BaseLayoutItem. |
| Contains(BaseLayoutItem) | Gets whether the specified item belongs to the current container. Inherited from LayoutItemContainer. |
| CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
| Dispose() | Releases all resources used by the Component. Inherited from Component. |
| EndInit() | Finishes the component’s initialization. Inherited from TabbedGroup. |
| EndUpdate() | Unlocks the LayoutItemContainer object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from LayoutItemContainer. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetDefaultText() | Gets the default value of the BaseLayoutItem.Text property. Inherited from BaseLayoutItem. |
| GetDisplayText() | Returns the BaseLayoutItem‘s BaseLayoutItem.Text value without HTML tags and hotkey prefixes (the “&” symbol). Inherited from BaseLayoutItem. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetPaintAppearanceItemCaptionByState(ObjectState) | Inherited from BaseLayoutItem. |
| GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| HideToCustomization() | Hides the item to the Customization Form. Inherited from BaseLayoutItem. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| InsertTabPage(LayoutGroup, LayoutGroup, InsertLocation) | Adds the page to the TabbedGroup.TabPages collection before or after the specified page. Inherited from TabbedGroup. |
| InsertTabPage(Int32, LayoutGroup) | Adds the specified page to the TabbedGroup.TabPages collection at the specified position. Inherited from TabbedGroup. |
| Invalidate() | Invalidates the region which is occupied by the layout item. Inherited from BaseLayoutItem. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| Move(BaseLayoutItem, InsertType, MoveType) | Moves the item to the specified visual position within the LayoutControl. Inherited from BaseLayoutItem. |
| Move(BaseLayoutItem, InsertType) | Moves the item to the specified visual position within the LayoutControl. Inherited from BaseLayoutItem. |
| Move(LayoutItemDragController) | Moves the item to the specified position within the LayoutControl. Inherited from BaseLayoutItem. |
| MoveTabPage(LayoutItemDragController) | Moves the page to another position within the TabbedGroup.TabPages collection. Inherited from TabbedGroup. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RemoveTabPage(LayoutGroup) | Removes the specified tab page from the TabbedControlGroup.TabPages collection. Inherited from TabbedGroup. |
| RestoreFromCustomization() | Restores the current layout item from the Customization Form and adds it to the root group with the default layout type. Inherited from BaseLayoutItem. |
| RestoreFromCustomization(BaseLayoutItem, InsertType) | Restores the current layout item from the Customization Form and adds it to the parent group of the specified item at the specified visual position. Inherited from BaseLayoutItem. |
| RestoreFromCustomization(LayoutItemDragController) | Restores the current layout item from the Customization Form and displays it at the specified position within the LayoutControl. Inherited from BaseLayoutItem. |
| RestoreFromCustomization(LayoutGroup) | Restores the current layout item from the Customization Form and adds it to the specified group with the default layout type. Inherited from BaseLayoutItem. |
| ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
| Ungroup() | Ungroups the tabbed group. Inherited from TabbedGroup. |
| Update() | Updates the region occupied by the layout item. Inherited from BaseLayoutItem. |
Events
| Name | Description |
|---|---|
| Click | Fires when the current item is clicked. Inherited from BaseLayoutItem. |
| CustomDraw | Allows you to custom paint the current item. Inherited from BaseLayoutItem. |
| CustomDrawHeaderButton | Allows you to custom paint header buttons (TabbedGroup.CustomHeaderButtons). Inherited from TabbedGroup. |
| CustomDrawTabHeader | Allows you to custom paint tabs. Inherited from TabbedGroup. |
| CustomHeaderButtonClick | Occurs when a custom header button is clicked. Inherited from TabbedGroup. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| DoubleClick | Fires when the current item is clicked. Inherited from BaseLayoutItem. |
| Hidden | Fires after an item has been hidden. Inherited from BaseLayoutItem. |
| Hiding | Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). Inherited from BaseLayoutItem. |
| MouseDown | Occurs when the mouse pointer is over a layout item and a mouse button is pressed. Inherited from BaseLayoutItem. |
| MouseUp | Occurs when the mouse button is released if it was pressed within a layout item. Inherited from BaseLayoutItem. |
| SelectedPageChangeAnimationCompleted | Inherited from TabbedGroup. |
| SelectedPageChanged | Occurs when a tab page is activated. Inherited from TabbedGroup. |
| SelectedPageChanging | Enables you to prevent changing the selected page. Inherited from TabbedGroup. |
| Showing | Fires when the item is about to be added to the layout (by dragging it from the Customization Form). Inherited from BaseLayoutItem. |
| Shown | Fires after an item has been made visible. Inherited from BaseLayoutItem. |
| TextChanged | Fires after the layout item’s text has been changed. Inherited from BaseLayoutItem. |
See Also