[This is preliminary documentation and is subject to change.]
Removes control from parent its control
Namespace: Tools.WindowsT.FormsT.UtilitiesTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static void Remove(
this Control Control
) |
| F# |
|---|
static member Remove :
Control:Control -> unit
|
| JScript |
|---|
public static function Remove(
Control : Control
) |
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Control. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
Remarks
Exceptions
See Also