ListViewItem::ListViewSubItem Constructor

 

Initializes a new instance of the ListViewItem::ListViewSubItem class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodListViewItem::ListViewSubItem()

Initializes a new instance of the ListViewItem::ListViewSubItem class with default values.

System_CAPS_pubmethodListViewItem::ListViewSubItem(ListViewItem^, String^)

Initializes a new instance of the ListViewItem::ListViewSubItem class with the specified owner and text.

System_CAPS_pubmethodListViewItem::ListViewSubItem(ListViewItem^, String^, Color, Color, Font^)

Initializes a new instance of the ListViewItem::ListViewSubItem class with the specified owner, text, foreground color, background color, and font values.

Return to top
Show: