TabControl.AddTipText Method (Typed) | |
Add a string to be displayed as tip text for a tab.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddTipText(
symTabName,
cText
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddTipText(
Usual symTabName = default,
Usual cText = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the tab to which you want to add the text. - cText (Optional)
- Type: Usual
The text to add.
Return Value
Type:
UsualSee Also