Click or drag to resize

TabControl.RemoveTipText Method

X#
Remove the current tip text for a tab.

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

Parameters

symTabName (Optional)
Type: Usual
The symbolic name of the tab whose tip text you want to remove.

Return Value

Type: Usual
TRUE if the text could be removed; otherwise FALSE.
See Also