Accusoft.ImagXpress13.Net
GetToolTip Method




The Tool enumeration value which represents the tool to get the tip of.
Gets the informational tip that is displayed to the end-user when the mouse is dragged over the given tool.
Syntax
'Declaration
 
Public Function GetToolTip( _
   ByVal tool As Tool _
) As String
'Usage
 
Dim instance As Toolbar
Dim tool As Tool
Dim value As String
 
value = instance.GetToolTip(tool)
public string GetToolTip( 
   Tool tool
)
public: string* GetToolTip( 
   Tool tool
) 
public:
String^ GetToolTip( 
   Tool tool
) 

Parameters

tool
The Tool enumeration value which represents the tool to get the tip of.

Return Value

The string which represents the tip of the specified tool.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback