In This Article

NavigationBarCommands Class

Contains the commands used for the NavigationBar control.

public static class NavigationBarCommands
Inheritance:
object object

Properties

SelectPane

Gets the RoutedCommand that is used to select a pane.

public static RoutedCommand SelectPane { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to select a pane.

Remarks

The related NavigationPane must be located in the command parameter.

ShowFewerPanes

Gets the RoutedCommand that is used to show fewer panes.

public static RoutedCommand ShowFewerPanes { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to show fewer panes.

ShowMorePanes

Gets the RoutedCommand that is used to show more panes.

public static RoutedCommand ShowMorePanes { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to show more panes.

ShowOptionsWindow

Gets the RoutedCommand that is used to display the options window.

public static RoutedCommand ShowOptionsWindow { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to display the options window.

ToggleMinimization

Gets the RoutedCommand that is used to toggle the minimization state of the navigation bar.

public static RoutedCommand ToggleMinimization { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to toggle the minimization state of the navigation bar.

TogglePaneVisibility

Gets the RoutedCommand that is used to toggle the visibility of a NavigationPane.

public static RoutedCommand TogglePaneVisibility { get; }

Property Value

RoutedCommand:

The RoutedCommand that is used to toggle the visibility of a NavigationPane.

Remarks

The related NavigationPane must be located in the command parameter.

Inherited Members