| suite4.net.FormDatabase Documentation |
|
LoaderControl Constructor (IForm, Object)
Creates a new LoaderControl instance using the specified IForm and data source.
[Visual Basic]
Overloads Public Sub New( _
ByVal
memberForm As
IForm, _
ByVal
dataSource As
Object _
)
[C#]
public LoaderControl(
IForm memberForm,
object dataSource);
Parameters
-
memberForm
- The IForm to be loaded into the control.
-
dataSource
- The data source (business object) to be bound to the controls of the IForm specified in the form parameter.
See Also
LoaderControl Class | suite4.net.FormDatabase Namespace | LoaderControl Constructor Overload List