TabControl.GetTipText Method (Typed) | |
Return the current tip text for a tab.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTipText(
symTabName AS USUAL
) AS STRING
public virtual string GetTipText(
Usual symTabName
)
Request Example
View SourceParameters
- symTabName
- Type: Usual
The symbolic name of the tab whose tip text you want to obtain.
Return Value
Type:
String
The current tip text of the specified tab.
See Also