The members of System.Windows.Forms.ListViewItem are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Windows.Forms.ListViewItem class with default values. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with an array of strings representing subitems. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class and assigns it to the specified group. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text and the image index position of the item's icon. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified text and image. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text and assigns it to the specified group. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon and an array of strings representing subitems. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item and subitem text and image. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with an array of strings representing subitems, and assigns the item to the specified group. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified item text and the image index position of the item's icon, and assigns the item to the specified group. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified text, image, and group. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon and an array of strings representing subitems, and assigns the item to the specified group. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with subitems containing the specified text, image, and group. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the subitems containing the specified text, image, colors, and font. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. Assigns the item to the specified group. | ||
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the subitems containing the specified text, image, colors, font, and group. |
Initializes a new instance of the System.Windows.Forms.ListViewItem class with the specified serialization information and streaming context. |
BackColor | System.Drawing.Color.
Gets or sets the background color of the item's text. | |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the bounding rectangle of the item, including subitems. |
Checked | bool.
Gets or sets a value indicating whether the item is checked. | |
Focused | bool.
Gets or sets a value indicating whether the item has focus within the System.Windows.Forms.ListView control. | |
Font | System.Drawing.Font.
Gets or sets the font of the text displayed by the item. | |
ForeColor | System.Drawing.Color.
Gets or sets the foreground color of the item's text. | |
Group | ListViewGroup.
Gets or sets the group to which the item is assigned. | |
ImageIndex | int.
Gets or sets the index of the image that is displayed for the item. | |
ImageKey | string.
Gets or sets the key for the image that is displayed for the item. | |
[read-only] | ImageList | ImageList.
Gets the System.Windows.Forms.ImageList that contains the image displayed with the item. |
IndentCount | int.
Gets or sets the number of small image widths by which to indent the System.Windows.Forms.ListViewItem. | |
[read-only] | Index | int.
Gets the zero-based index of the item within the System.Windows.Forms.ListView control. |
[read-only] | ListView | ListView.
Gets the System.Windows.Forms.ListView control that contains the item. |
Name | string.
Gets or sets the name associated with this System.Windows.Forms.ListViewItem. | |
Position | System.Drawing.Point.
Gets or sets the position of the upper-left corner of the System.Windows.Forms.ListViewItem. | |
Selected | bool.
Gets or sets a value indicating whether the item is selected. | |
StateImageIndex | int.
Gets or sets the index of the state image (an image such as a selected or cleared check box that indicates the state of the item) that is displayed for the item. | |
[read-only] | SubItems | ListViewItem.ListViewSubItemCollection.
Gets a collection containing all subitems of the item. |
Tag | object.
Gets or sets an object that contains data to associate with the item. | |
Text | string.
Gets or sets the text of the item. | |
ToolTipText | string.
Gets or sets the text shown when the mouse pointer rests on the System.Windows.Forms.ListViewItem. | |
UseItemStyleForSubItems | bool.
Gets or sets a value indicating whether the ListViewItem.Font, ListViewItem.ForeColor, and ListViewItem.BackColor properties for the item are used for all its subitems. |
BeginEdit()
| ||
Clone()
| ||
EnsureVisible()
| ||
FindNearestItem(SearchDirectionHint)
| ||
GetBounds(ItemBoundsPortion)
| ||
GetSubItemAt(int, int)
| ||
Remove()
| ||
override | ToString()Documentation for this section has not yet been entered. |
Deserialize(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
| ||
Serialize(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|
System.Runtime.Serialization.ISerializable.GetObjectData |
Serializes the item. |