ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearPageViewTool Class / ToolTip Property




In This Topic
    ToolTip Property (ImGearPageViewTool)
    In This Topic
    Gets or sets the tool tip.
    Syntax
    'Declaration
     
    Public Property ToolTip As String
    'Usage
     
    Dim instance As ImGearPageViewTool
    Dim value As String
     
    instance.ToolTip = value
     
    value = instance.ToolTip
    public string ToolTip {get; set;}
    public: __property string* get_ToolTip();
    public: __property void set_ToolTip( 
       string* value
    );
    public:
    property String^ ToolTip {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also