FormDesign.removeControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
removeControl() | |
removeControl(Int32) |
removeControl()
public:
virtual void removeControl();
public virtual void removeControl ();
abstract member removeControl : unit -> unit
override this.removeControl : unit -> unit
Public Overridable Sub removeControl ()
Applies to
removeControl(Int32)
public:
virtual void removeControl(int _controlId);
public virtual void removeControl (int _controlId);
abstract member removeControl : int -> unit
override this.removeControl : int -> unit
Public Overridable Sub removeControl (_controlId As Integer)
Parameters
- _controlId
- Int32