Click or drag to resize

ToolBar.GetButtonDescription Method

X#
Retrieve the description of a toolbar button.

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

Parameters

nButtonID (Optional)
Type: Usual
The ID of the toolbar button.
symTB (Optional)
Type: Usual
Symbolic name representing the toolbar to be used. Defaults to the main toolbar.

Return Value

Type: Usual
The description of the toolbar button taken from the hyperlabel connected to the toolbar button.
See Also