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

LayoutControlGroup Methods

A regular group with or without a header and borders.
Name Description
Accept(BaseVisitor) Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item group. Inherited from LayoutGroup.
Add(BaseLayoutItem) Adds the specified item along the bottom or right edge of the current group. Inherited from LayoutGroup.
AddGroup() Creates a new group and adds it to the current group.
AddGroup(BaseLayoutItem, InsertType) Creates a new layout group at a position relative to an item within the current group.
AddGroup(LayoutGroup, BaseLayoutItem, InsertType) Inserts the specified layout group at a position relative to an item within the current group.
AddGroup(LayoutGroup) Inserts the specified group to the current group.
AddGroup(String, BaseLayoutItem, InsertType) Creates a new group with the specified caption at a position relative to an item within the current group.
AddGroup(String) Creates a new group with a specified caption and adds it to the current group.
AddItem() Creates a new layout item with the default layout type and adds it to the current group.
AddItem(BaseLayoutItem, BaseLayoutItem, InsertType) Inserts the specified item at a position relative to another item within the current group.
AddItem(BaseLayoutItem, InsertType) Creates a new layout item at a position relative to an item within the current group.
AddItem(BaseLayoutItem) Inserts the specified layout item to the current group.
AddItem(String, BaseLayoutItem, BaseLayoutItem, InsertType) Inserts the specified item at a position relative to another item within the current group. Allows the new text to be specified for the item. Inherited from LayoutGroup.
AddItem(String, BaseLayoutItem, InsertType) Creates a new layout item with the specified text at a position relative to an item within the current group. Inherited from LayoutGroup.
AddItem(String, Control, BaseLayoutItem, InsertType) Creates a new layout item with the specified text and control at a position relative to another item within the current group.
AddItem(String, Control) Creates a new layout item with the specified text and control, and adds it to the current group.
AddItem(String) Creates a new layout item with the specified text and adds it to the current group.
AddRange(BaseLayoutItem[]) Adds an array of layout items to the current group.
AddTabbedGroup() Creates a new tabbed group and adds it to the current group.
AddTabbedGroup(BaseLayoutItem, InsertType) Creates a new tabbed group at a position relative to an item within the current group.
AddTabbedGroup(TabbedGroup, BaseLayoutItem, InsertType) Inserts the specified tabbed group at a position relative to an item within the current group.
AddTabbedGroup(TabbedGroup) Inserts the specified tabbed group to the current group.
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.
BestFit() Resizes the group’s elements so that they are displayed in the optimal way. Inherited from LayoutGroup.
CanMove(LayoutItemDragController) Returns whether the layout item can be moved to a specific position. Inherited from BaseLayoutItem.
CanMoveItem(LayoutItemDragController) Returns whether the specified item can be moved to the specified new position. Inherited from LayoutGroup.
Clear() Removes the items from the current group. Inherited from LayoutGroup.
Clear(Boolean) Removes all items from the current group. Inherited from LayoutGroup.
ClearSelection() Clears selected items specified by the LayoutGroup.SelectedItems property. Inherited from LayoutGroup.
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.
CreateGroupForSelectedItems() Creates a new group that will contain the currently selected child items. Inherited from LayoutGroup.
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.
CreateTabbedGroupForSelectedGroup() Creates a new tabbed group that will display the selected child group within the current group. Inherited from LayoutGroup.
Dispose() Releases all resources used by the Component. Inherited from Component.
EndInit() Finishes the component’s initialization. Inherited from BaseLayoutItem.
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.
FlipLayout() Flips the current group’s layout items around a vertical axis. Inherited from LayoutGroup.
FlipLayout(Boolean) Flips the current group’s layout items around a vertical axis, and optionally allows you to flip the items in nested groups, if any. Inherited from LayoutGroup.
GetDefaultText() Gets the default value of the group’s BaseLayoutItem.Text property. Inherited from LayoutGroup.
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 group.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
Invalidate() Invalidates the region which is occupied by the Layout Group. Inherited from LayoutGroup.
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 layout group to the specified position within the LayoutControl. Inherited from LayoutGroup.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(BaseLayoutItem) Removes the specified child item within the current group. Inherited from LayoutGroup.
RemoveAt(Int32) Removes the child item at the specified index. Inherited from LayoutGroup.
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.
RotateLayout() Interchanges the columns and rows of layout items, including columns and rows of nested groups. Inherited from LayoutGroup.
RotateLayout(Boolean) Interchanges the columns and rows of layout items, and optionally allows you to rotate nested groups. Inherited from LayoutGroup.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
UngroupSelected() Ungroups the selected child group. Inherited from LayoutGroup.
Update() Updates the region occupied by the layout item. Inherited from BaseLayoutItem.
See Also