TabControl.ControlCollection.Remove(Control) Metod

Definition

Tar bort en Control från samlingen.

public:
 override void Remove(System::Windows::Forms::Control ^ value);
public override void Remove(System.Windows.Forms.Control value);
public override void Remove(System.Windows.Forms.Control? value);
override this.Remove : System.Windows.Forms.Control -> unit
Public Overrides Sub Remove (value As Control)

Parametrar

value
Control

Att Control ta bort.

Gäller för

Se även