ListBoxItem Class |
Namespace: ABB.Robotics.Tps.Windows.Forms
public class ListBoxItem : ListViewItem, ICloneable
The ListBoxItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ListBoxItem |
Creates instance of ListItem.
| |
| ListBoxItem(String) |
Creates instance of ListItem.
| |
| ListBoxItem(String, Object) |
Creates instance of MwListItem.
|
| Name | Description | |
|---|---|---|
| Bounds | Gets the bounding rectangle of the item, including subitems. (Inherited from ListViewItem.) | |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| CheckBoxVisible |
If CheckBoxes are enabled, specific items can have their checkboxes removed.
(Inherited from ListViewItem.) | |
| Checked | Gets or sets a value indicating whether the item is checked. (Inherited from ListViewItem.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Enabled | Gets or sets a value indicating whether the item is enabled. (Inherited from ListViewItem.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| ImageIndex | Gets or sets the index of the image that is displayed for the item. (Inherited from ListViewItem.) | |
| ImageList |
Gets the ImageList that contains the image displayed with the item.
(Inherited from ListViewItem.) | |
| Index | Gets the zero-based index of the item within the list view control. (Inherited from ListViewItem.) | |
| ItemName |
Gets or sets the name of the component.
(Inherited from ListViewItem.) | |
| ListView | Gets the ListViewListView control that contains the item. (Inherited from ListViewItem.) | |
| Selected | Gets or sets a value indicating whether the item is selected. (Inherited from ListViewItem.) | |
| Site | (Inherited from Component.) | |
| SubItems | Gets a collection containing all subitems of the item. (Inherited from ListViewItem.) | |
| Tag | Gets or sets the object that contains data about the control. (Inherited from ListViewItem.) | |
| Text | Gets or sets the text of the item. (Inherited from ListViewItem.) | |
| Value |
Value associated with item. May be null.
|
| Name | Description | |
|---|---|---|
| CreateObjRef | 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.) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. (Inherited from Component.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString |
Returns a String that represents the current Object.
(Overrides ComponentToString.) |
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |