NavigationForm class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.WinForms
Assembly: ReactiveMarbles.ViewModel.WinForms.dll
Full name: ReactiveMarbles.ViewModel.WinForms.NavigationForm
Modifiers: public
Summary¶
NavigationForm.
Applies to
net8.0-windows10.0.19041
Class hierarchy
classDiagram
class NavigationForm
class Form
Form <|-- NavigationForm
class ISetNavigation {
<>
}
ISetNavigation <|.. NavigationForm
class IUseNavigation {
<>
}
IUseNavigation <|.. NavigationForm
Inherits from: Form
Implements: ISetNavigation, IUseNavigation
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NavigationForm](# class. |
Properties¶
| Name | Summary |
|---|---|
| NavigateBackIsEnabled | Gets or sets a value indicating whether [navigate back is enabled]. |
| NavigationFrameDock | Gets or sets the navigation frame dock. |
| CanNavigateBack | Gets the can navigate back. |
| NavigationFrame | Gets the navigation frame. |
Methods¶
| Name | Summary |
|---|---|
| OnLoad | Raises the Load event. |
| Dispose | Clean up any resources being used. |