Method SetActiveView
SetActiveView(object, object?)
Sets the active view in the specified view navigator.
Declaration
protected abstract void SetActiveView(object viewNavigator, object? view)
Parameters
| Type | Name | Description |
|---|---|---|
| object | viewNavigator | The view navigator that should display the view, or null for the root. |
| object | view | The view to display, or null to clear the view. |