Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
ToString Method
See Also 
Leadtools.Windows.Controls Namespace > ImageListItem Class : ToString Method




This member overrides Object.ToString.

Syntax

Visual Basic (Declaration) 
Overrides Public Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As ImageListItem
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()
Managed Extensions for C++ 
public: string* ToString(); override 
C++/CLI 
public:
String^ ToString(); override 

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also