ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewTool Class / ToString Method




In This Topic
    ToString Method (ImGearPageViewTool)
    In This Topic
    Gets the tool tip.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As ImGearPageViewTool
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()
    public: string* ToString(); override 
    public:
    String^ ToString(); override 

    Return Value

    String value.
    See Also