Show / Hide Table of Contents

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 Source

ImageListViewSubItem(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 Source

Text

Gets or sets the text associated with this sub item.

Declaration
[Browsable(true)]
public string Text { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2018 Özgür Özçıtak