TabControl.DeleteAllTabs Method | |
Remove all the tabs and their corresponding pages in the tab control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteAllTabs() AS USUAL
public virtual Usual DeleteAllTabs()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if all tabs could be deleted; otherwise FALSE.
See Also