ToolBar.ChangeTipText Method (Typed) | |
Change the current tip text for a button.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ChangeTipText(
nID,
cText,
symLookUp
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ChangeTipText(
Usual nID = default,
Usual cText = default,
Usual symLookUp = default
)
Request Example
View SourceParameters
- nID (Optional)
- Type: Usual
The ID of the button whose tip text you want to change. This is either the button ID or the menu item ID, depending on the value of <symLookup>. - cText (Optional)
- Type: Usual
The text that will replace the current tip text. - symLookUp (Optional)
- Type: Usual
A symbol that describes how to interpret <nID>. If the value is #ButtonID, <nID> is the button ID of the button; otherwise, if the value is #MenuItemID, <nID> is the menu item ID of the button. If omitted, <nID> is interpreted as the button ID.
Return Value
Type:
Usual
TRUE if the text could be changed; otherwise, FALSE.
See Also