Click or drag to resize

TabControl.DeleteAllTabs Method (Typed)

X#
Remove all the tabs and their corresponding pages in the tab control.

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

Return Value

Type: Logic
TRUE if all tabs could be deleted; otherwise FALSE.
See Also