Class ImageListViewSubItem
Represents a sub item in the image list view.
Inheritance
System.Object
ImageListViewSubItem
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public class ImageListViewSubItem
Constructors
| Improve this Doc View SourceImageListViewSubItem(ImageListViewItem, String)
Initializes a new instance of the ImageListViewSubItem class.
Declaration
public ImageListViewSubItem(ImageListViewItem parent, string text)
Parameters
Type | Name | Description |
---|---|---|
ImageListViewItem | parent | The parent item. |
System.String | text | Sub item text. |
Properties
| Improve this Doc View SourceText
Gets or sets the text associated with this sub item.
Declaration
[Browsable(true)]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |