Accusoft.NotateXpress13.Net
GetToolTip Method




The AnnotationTool to get the tooltip for.
Gets the tooltip for the specified tool on the toolbar.
Syntax
'Declaration
 
Public Function GetToolTip( _
   ByVal tool As AnnotationTool _
) As String
'Usage
 
Dim instance As ToolbarDefaults
Dim tool As AnnotationTool
Dim value As String
 
value = instance.GetToolTip(tool)
public string GetToolTip( 
   AnnotationTool tool
)
public: string* GetToolTip( 
   AnnotationTool tool
) 
public:
String^ GetToolTip( 
   AnnotationTool tool
) 

Parameters

tool
The AnnotationTool to get the tooltip for.

Return Value

A string which represents the tooltip.
See Also

Reference

ToolbarDefaults Class
ToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback