TabControl.DeleteAllTabs Method (Typed) | |
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
public virtual bool DeleteAllTabs()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if all tabs could be deleted; otherwise FALSE.
See Also