Click or drag to resize

ToolBar.AddTipText Method

X#
Add a string to be displayed as tip text for a button.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AddTipText(
	nButtonID,
	nMenuItemID,
	cText
) AS USUAL CLIPPER
Request Example View Source

Parameters

nButtonID (Optional)
Type: Usual
The button ID of the button to which to add the text.
nMenuItemID (Optional)
Type: Usual
The menu item ID of the button to which to add the text.
cText (Optional)
Type: Usual
The text to add.

Return Value

Type: Usual
See Also