LayoutGroup Methods
A base class for regular layout groups.
Name | Description |
---|---|
Accept |
Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item group. |
Add |
Adds the specified item along the bottom or right edge of the current group. |
Add |
Creates a new group and adds it to the current group. |
Add |
Creates a new group at a position relative to an item within the current group. |
Add |
Inserts the specified group at a position relative to an item within the current group. |
Add |
Inserts the specified group to the current group. |
Add |
Creates a new group with the specified caption at a position relative to an item within the current group. |
Add |
Creates a new group with the default layout type and the specified caption, and adds it to the current group. |
Add |
Creates a new layout item and adds it to the current group. |
Add |
Inserts the specified item at a position relative to another item within the current group. |
Add |
Creates a new layout item at a position relative to an item within the current group. |
Add |
Inserts the specified item to the current group. |
Add |
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. |
Add |
Creates a new layout item with the specified text at a position relative to an item within the current group. |
Add |
Creates a new layout item with the specified text and adds it to the current group. |
Add |
Creates a new tabbed group and adds it to the current group. |
Add |
Creates a new tabbed group at a position relative to an item within the current group. |
Add |
Inserts the specified tabbed group at a position relative to an item within the current group. |
Add |
Inserts the specified tabbed group to the current group. |
Assign |
Assigns the specified object’s property values to the current object’s corresponding properties.
Inherited from Base |
Begin |
Starts the component’s initialization.
Inherited from Base |
Begin |
Locks the Layout |
Best |
Resizes all elements with the group so that they are displayed in the optimal way. |
Can |
Returns whether the layout item can be moved to a specific position.
Inherited from Base |
Can |
Returns whether the specified item can be moved to the specified new position. |
Clear() | Removes the items from the current group. |
Clear |
Removes all items from the current group. |
Clear |
Clears selected items specified by the Layout |
Clone |
Creates a copy of the current layout item.
Inherited from Base |
Contains |
Gets whether the specified item belongs to the current container.
Inherited from Layout |
Create |
Creates a new group that will contain the currently selected child items. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Create |
Creates a new tabbed group that will display the selected child group within the current group. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Finishes the component’s initialization.
Inherited from Base |
End |
Unlocks the Layout |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Flip |
Flips the current group’s layout items around a vertical axis. |
Flip |
Flips the current group’s layout items around a vertical axis, and optionally allows you to flip the items in nested groups, if any. |
Get |
Gets the default value of the group’s Base |
Get |
Returns the Base |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Inherited from Base |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides the item to the Customization Form.
Inherited from Base |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Invalidate() | Invalidates the region which is occupied by the Layout Group. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Move |
Moves the item to the specified visual position within the Layout |
Move |
Moves the item to the specified visual position within the Layout |
Move |
Moves the layout group to the specified position within the Layout |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified child item within the current group. |
Remove |
Removes the child item at the specified index. |
Restore |
Restores the current layout item from the Customization Form and adds it to the root group with the default layout type.
Inherited from Base |
Restore |
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 Base |
Restore |
Restores the current layout item from the Customization Form and displays it at the specified position within the Layout |
Restore |
Restores the current layout item from the Customization Form and adds it to the specified group with the default layout type.
Inherited from Base |
Rotate |
Interchanges the columns and rows of layout items, including columns and rows of nested groups. |
Rotate |
Interchanges the columns and rows of layout items, and optionally allows you to rotate nested groups. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Ungroup |
Ungroups the selected child group. |
Update() |
Updates the region occupied by the layout item.
Inherited from Base |
See Also