TabControl.SetTipText Method | |
Change the current tip text for a tab.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetTipText(
symTabName,
cText
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetTipText(
Usual symTabName = default,
Usual cText = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the tab whose tip text you want to change. - cText (Optional)
- Type: Usual
The text to replace the current tip text.
Return Value
Type:
Usual
TRUE if the text could be changed; otherwise FALSE.
See Also