NetXP 3.0 Reference

ControlUtil.Remove Method 

Removes the given control from the specified control collection.

[Visual Basic]
Public Shared Sub Remove( _
   ByVal coll As ControlCollection, _
   ByVal item As Control _
)
[C#]
public static void Remove(
   ControlCollection coll,
   Control item
);

Parameters

coll
The control collection from which to remove the control.
item
The control to remove.

See Also

ControlUtil Class | NETXP.Library Namespace