ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsToolbarButtonInfo Class / Tooltip Property




In This Topic
    Tooltip Property (ImGearARTFormsToolbarButtonInfo)
    In This Topic
    Gets or sets the tooltip string that will be displayed when mouse is over the button.
    Syntax
    'Declaration
     
    Public Property Tooltip As String
    'Usage
     
    Dim instance As ImGearARTFormsToolbarButtonInfo
    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