TabControl.SetTipText Method (Typed) | |
Change the current tip text for a tab.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetTipText(
symTabName AS SYMBOL,
cText AS STRING
) AS USUAL
public virtual Usual SetTipText(
Symbol symTabName,
string cText
)
Request Example
View SourceParameters
- symTabName
- Type: Symbol
The symbolic name of the tab whose tip text you want to change. - cText
- Type: String
The text to replace the current tip text.
Return Value
Type:
Usual
TRUE if the text could be changed; otherwise FALSE.
See Also