ToolBar.AddTipText Method (Typed) | |
Add a string to be displayed as tip text for a button.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddTipText(
nButtonID,
nMenuItemID,
cText
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddTipText(
Usual nButtonID = default,
Usual nMenuItemID = default,
Usual cText = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also