NetXP 3.0 Reference

ControlUtil.RemoveAll Method 

Removes all instances of the given control from its parent form.

[Visual Basic]
Public Shared Sub RemoveAll( _
   ByVal control As Control _
)
[C#]
public static void RemoveAll(
   Control control
);

Parameters

control
The control to remove.

See Also

ControlUtil Class | NETXP.Library Namespace