ImageGear .NET v24.12 - Updated
ToolTip Property (ImGearPageViewTool)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearPageViewTool Class : ToolTip Property
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

Reference

ImGearPageViewTool Class
ImGearPageViewTool Members