suite4.net.FormDatabase Documentation

LoaderControl.MemberForm Property

Gets the IForm hosted by the LoaderControl.

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

Property Value

The IForm that has been loaded into the LoaderControl.

Remarks

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

See Also

LoaderControl Class | suite4.net.FormDatabase Namespace