ListControl::GetItemText Method (Object^)
.NET Framework (current version)
Returns the text representation of the specified item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- item
-
Type:
System::Object^
The object from which to get the contents to display.
Return Value
Type: System::String^If the DisplayMember property is not specified, the value returned by GetItemText is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: