ListViewItem Constructor |
Overloaded. Initializes a new instance of the ListViewItem class with default values. |
BackColor |
Gets or sets the background color of the item's text. |
Bounds |
Gets the bounding rectangle of the item, including subitems. |
CheckBox |
Gets or sets the style of a check box displayed next to the list item. |
Checked |
Gets or sets a value indicating whether the item is checked. |
CheckState |
Gets or sets a value indicating the check state of the item. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
DragAppearance |
Gets or sets the visual appearance of a list view item that is involved in drag-and-drop operation. |
Focused |
Gets or sets a value indicating whether the item has focus within the list view control. |
Font |
Gets or sets the font of the text displayed by the item. |
ForeColor |
Gets or sets the foreground color of the item's text. |
Group |
Gets or sets the group to which the item is assigned. |
ImageIndex |
Gets or sets the index of the image that is displayed for the item. |
ImageList |
Gets the ImageList that contains the image displayed with the item. |
Index |
Gets the zero-based index of the item within the list view control. |
IsEditing |
Gets a value indicating whether the list item is in an editable state. |
IsVisible |
Gets a value indicating whether the list item is visible. |
ListView |
Gets the ListView control that contains the item. |
Modified |
Gets or sets a value that indicates that the list item has been modified by the user since the state was cleared. |
Selected |
Gets or sets a value indicating whether the item is selected. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
SubItems |
Gets a collection containing all subitems of the item. |
Tag |
Gets or sets the object that contains data about the list item. |
Text |
Gets or sets the text of the item. |
ToolTipText |
Gets or sets the text of a tool tip that describes the list view item. |
ToolTipTitle |
Gets or sets the title of a tool tip that describes the list view item. |
UseItemStyleForSubItems |
Gets or sets a value indicating whether the Font, ForeColor, and BackColor properties for the item are used for all of its subitems. |
Value |
Gets or sets an object that contains data about the list item. |
BeginEdit |
Initiates the editing of the item label. |
Clone |
Creates an identical copy of the item. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
EndEdit |
Ends the editing of the item label. |
EnsureVisible |
Ensures that the item is visible within the control, scrolling the contents of the control if necessary. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetBounds |
Specifies a portion of the list view item from which to retrieve the bounding rectangle. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetImage |
Gets the image that is displayed for the item. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetOverlayImage |
Gets the overlay image that is displayed when the item is selected. |
GetTileTextLines |
Returns an array of text lines used in the tiles. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
Remove |
Removes the item from its associated list view control. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |