Accusoft.NotateXpress13.Net
SetToolTip Method




The AnnotationTool to set the tooltip for.
A string which represents the tool tip to set.
Sets the given tooltip for the given tool on the toolbar.
Syntax
'Declaration
 
Public Sub SetToolTip( _
   ByVal tool As AnnotationTool, _
   ByVal toolTip As String _
) 
'Usage
 
Dim instance As ToolbarDefaults
Dim tool As AnnotationTool
Dim toolTip As String
 
instance.SetToolTip(tool, toolTip)
public void SetToolTip( 
   AnnotationTool tool,
   string toolTip
)
public: void SetToolTip( 
   AnnotationTool tool,
   string* toolTip
) 
public:
void SetToolTip( 
   AnnotationTool tool,
   String^ toolTip
) 

Parameters

tool
The AnnotationTool to set the tooltip for.
toolTip
A string which represents the tool tip to set.
See Also

Reference

ToolbarDefaults Class
ToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback