| suite4.net.FormDatabase Documentation |
|
LoaderForm Constructor (Control, IForm)
Creates a new LoaderForm instance using the specified Control and an IForm.
[Visual Basic]
Overloads Public Sub New( _
ByVal
rootControl As
Control, _
ByVal
memberForm As
IForm _
)
[C#]
public LoaderForm(
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
LoaderForm Class | suite4.net.FormDatabase Namespace | LoaderForm Constructor Overload List