Click or drag to resize

TabControl.DeleteTab Method (Typed)

X#
Remove a tab and page from the tab control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DeleteTab(
	symTabName AS SYMBOL
) AS LOGIC
Request Example View Source

Parameters

symTabName
Type: Symbol
The symbolic name of the tab to delete.

Return Value

Type: Logic
TRUE if the tab could be deleted; otherwise FALSE.
See Also