LoadingEventArgs.SetDefaultView Method
Include Protected Members
Include Inherited Members
Specifies the view in which to open the form after loading.
Overload List
Name | Description | |
---|---|---|
SetDefaultView(String) | Sets the default view of the form by specifying the name of the view. | |
SetDefaultView(ViewInfo) | Sets the default view of the form by specifying a ViewInfo object. |
Top