Skip to main content
A newer version of this page is available. .

TabbedControlGroup Methods

The group that features a tabbed UI.
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) 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) 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.
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. 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.
See Also