suite4.net.FormDatabase Documentation

LoaderForm.MemberForm Property

Gets the IForm hosted by the LoaderForm.

[Visual Basic]
Public ReadOnly Property MemberForm As IForm
[C#]
public IForm MemberForm {get;}

Property Value

The IForm that has been loaded into the LoaderForm.

Remarks

The value of this property can only be set in the constructor.

See Also

LoaderForm Class | suite4.net.FormDatabase Namespace