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



This member overrides Object.ToString.

Syntax

Visual Basic (Declaration) 
Public Overrides 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()
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