ImageGear .NET v24.12 - Updated
Tooltip Property (ImGearARTFormsToolbarButtonInfo)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsToolbarButtonInfo Class : Tooltip Property
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

Reference

ImGearARTFormsToolbarButtonInfo Class
ImGearARTFormsToolbarButtonInfo Members