Gets the informational tip that is displayed to the end-user when the mouse is dragged over the given tool.
'Declaration
Public Function GetToolTip( _
ByVal As Tool _
) As String
'Usage
Dim instance As Toolbar
Dim tool As Tool
Dim value As String
value = instance.GetToolTip(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.