DataGridView.DataGridViewControlCollection.Remove(Control) Method

Definition

Removes the specified control from the DataGridView.DataGridViewControlCollection.

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)

Parameters

Applies to

See also