ListControl::GetItemText Method (Object^)

 

Returns the text representation of the specified item.

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

public:
String^ GetItemText(
	Object^ item
)

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
Return to top
Show: