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