TabControl.GetTipText Method | |
Return the current tip text for a tab.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTipText(
symTabName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetTipText(
Usual symTabName = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the tab whose tip text you want to obtain.
Return Value
Type:
Usual
The current tip text of the specified tab.
See Also