Accusoft.ImagXpress13.Net
SetToolTip Method




The Tool enumeration value which represents the tool to set the tip on.
A string value which represents the information tip to display.
Sets the given informational tip that displays to the end-user when the mouse is dragged over the specified tool.
Syntax
'Declaration
 
Public Sub SetToolTip( _
   ByVal tool As Tool, _
   ByVal tipText As String _
) 
'Usage
 
Dim instance As Toolbar
Dim tool As Tool
Dim tipText As String
 
instance.SetToolTip(tool, tipText)
public void SetToolTip( 
   Tool tool,
   string tipText
)
public: void SetToolTip( 
   Tool tool,
   string* tipText
) 
public:
void SetToolTip( 
   Tool tool,
   String^ tipText
) 

Parameters

tool
The Tool enumeration value which represents the tool to set the tip on.
tipText
A string value which represents the information tip to display.
See Also

Reference

Toolbar Class
Toolbar Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback