Skip to content

NavigationForm class

Defined in

Namespace: ReactiveMarbles.ViewModel.WinForms Assembly: ReactiveMarbles.ViewModel.WinForms.dll Full name: ReactiveMarbles.ViewModel.WinForms.NavigationForm Modifiers: public

Summary

View source

        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

NameSummary
.ctorInitializes a new instance of the [NavigationForm](# class.

Properties

NameSummary
NavigateBackIsEnabledGets or sets a value indicating whether [navigate back is enabled].
NavigationFrameDockGets or sets the navigation frame dock.
CanNavigateBackGets the can navigate back.
NavigationFrameGets the navigation frame.

Methods

NameSummary
OnLoadRaises the Load event.
DisposeClean up any resources being used.

Derived types

Inherited members

See also