ListViewItem::ListViewSubItem::Text Property

 

Gets or sets the text of the subitem.

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

public:
property String^ Text {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text to display for the subitem.

The Text property allows you to determine the text displayed for the subitem. You can use the BackColor, ForeColor, and Font properties to specify how the text is displayed.

.NET Framework
Available since 1.1
Return to top
Show: