NetXP 3.0 Reference

ControlUtil.RemoveForm Method 

Removes a form from the given container.

[Visual Basic]
Public Shared Sub RemoveForm( _
   ByVal source As Control, _
   ByVal form As Form _
)
[C#]
public static void RemoveForm(
   Control source,
   Form form
);

Parameters

source
The container of the form.
form
The form to remove.

See Also

ControlUtil Class | NETXP.Library Namespace