Click or drag to resize

TabControl.AddTipText Method

X#
Add a string to be displayed as tip text for a tab.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AddTipText(
	symTabName,
	cText
) AS USUAL CLIPPER
Request Example View Source

Parameters

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: Usual
See Also