ToolBar.GetButtonDescription Method (Typed) | |
Retrieve the description of a toolbar button.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetButtonDescription(
nButtonID,
symTB
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetButtonDescription(
Usual nButtonID = default,
Usual symTB = default
)
Request Example
View SourceParameters
- 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