TabControl.RemoveAll Method

Definition

Removes all the tab pages and additional controls from this tab control.

protected:
 void RemoveAll();
protected void RemoveAll ();
member this.RemoveAll : unit -> unit
Protected Sub RemoveAll ()

Remarks

All controls are removed through the Controls property.

Applies to