BaseLayoutItem Members
In This Article
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Allow |
Gets or sets whether the item can be hidden to the Customization Form. |
Appearance |
Gets the appearance settings used to paint a layout item’s caption. |
Best |
Gets or sets the width of the current Base |
Binding |
Gets or sets the Binding |
Bounds | Gets the layout item’s bounding rectangle. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Customization |
Gets or sets the layout item’s caption within the Customization Form. |
Data |
Gets the data bindings for the layout item. |
Design |
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. |
Height | Gets or sets the layout item’s height. |
Is |
Gets whether the current item is being disposed of. |
Is |
Gets whether the current layout item represents a Layout Group. |
Is |
Gets whether the layout item is hidden. |
Is |
Gets whether the layout item has been locked for updating. |
Location | Gets or sets the coordinates of the layout item’s top left corner. |
Max |
Gets or sets the maximum size of the layout item. |
Min |
Gets or sets the item’s minimum size. |
Name | Gets or sets the layout item’s name. |
Options |
Contains options that specify which operations can be performed on the layout item at runtime. |
Options |
Obsolete. This member is obsolete. Use the Base |
Options |
Obsolete. This member is obsolete. Use the Base |
Options |
Provides access to the options that specify how a layout item is arranged within a table layout. |
Options |
Contains options that allow tooltips to be assigned to layout items and their images. |
Owner |
Gets or set the Layout |
Padding | Gets or sets the amount of space in pixels between the item’s borders and its contents. |
Paint |
Provides access to the appearance settings currently used to paint the layout item. |
Parent | Gets or sets the group that owns the current item. |
Parent |
Gets or sets the name of the item’s parent. |
Selected | Gets or sets the selection state of the current item. |
Show |
Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Size | Gets or sets the layout item’s size. |
Spacing | Gets or sets the outer indents of the item’s borders. |
Start |
Gets or sets whether the current item starts a new row within a flow layout. |
Tag | Gets or sets an object that contains data on the current layout item. |
Text |
Gets or sets the caption of this layout item. If the Text property is null (Nothing in VB.String. , this property returns the item name.
|
Text |
Gets or sets the item caption position. |
Text |
Gets or sets the size of the text region. |
Text |
Gets or sets the distance between the control displayed within the layout item and the text region. |
Text |
Gets or sets whether the text region is visible. |
Type |
Gets the name of the current layout item’s type. |
View |
Gets the object which contains the information used to render the layout item. |
Visibility | Allows you to hide the item from the Layout Control and Customization Form. |
Visible | Gets whether the layout item is visible. |
Width | Gets or sets the layout item’s width. |
X | Gets or sets the X coordinate of the item’s top left corner relative to the parent’s top left corner. |
Y | Gets or sets the Y coordinate of the item’s top left corner relative to the parent’s top left corner. |
#Methods
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. |
#Events
Name | Description |
---|---|
Click | Fires when the current item is clicked. |
Custom |
Allows you to custom paint the current item. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Double |
Fires when the current item is clicked. |
Hidden | Fires after an item has been hidden. |
Hiding | Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). |
Mouse |
Occurs when the mouse pointer is over a layout item and a mouse button is pressed. |
Mouse |
Occurs when the mouse button is released if it was pressed within a layout item. |
Showing | Fires when the item is about to be added to the layout (by dragging it from the Customization Form). |
Shown | Fires after an item has been made visible. |
Text |
Fires after the layout item’s text has been changed. |
See Also