BaseLayoutItem Methods
Represents the base class for layout items.
Name | Description |
---|---|
Accept |
Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item. |
Assign |
Assigns the specified object’s property values to the current object’s corresponding properties. |
Begin |
Starts the component’s initialization. |
Can |
Returns whether the layout item can be moved to a specific position. |
Clone |
Creates a copy of the current layout item. |
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 |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Finishes the component’s initialization. |
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. |
Get |
Gets the default value of the 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 |
|
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. |
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 item. |
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 item to the specified position within the Layout |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
Restores the current layout item from the Customization Form and adds it to the root group with the default layout type. |
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. |
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. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Update() | Updates the region occupied by the layout item. |
See Also