suite4.net.FormDatabase Documentation

LoaderControl Constructor (Control, IForm)

Creates a new LoaderControl instance using the specified Control and an IForm.

[Visual Basic]
Overloads Public Sub New( _
   ByVal rootControl As Control, _
   ByVal memberForm As IForm _
)
[C#]
public LoaderControl(
   Control rootControl,
   IForm memberForm
);

Parameters

rootControl
A Form or UserControl instance that is to be merged with the IForm specified in the form parameter.
memberForm
An IForm instance which will be used to mask the rootForm.

Remarks

The IForm specified in the form parameter masks the rootControl. See the discussion at RootControl for more information.

See Also

LoaderControl Class | suite4.net.FormDatabase Namespace | LoaderControl Constructor Overload List