TabControl.DeleteTab Method (Typed) | |
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
public virtual bool DeleteTab(
Symbol symTabName
)
Request Example
View SourceParameters
- 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