In This Article

NavigationBarCommands Class

Contains the commands used for the NavigationBar control.

public static class NavigationBarCommands
Inheritance:
System.Object Object

Properties

SelectPane

Gets the System.Windows.Input.RoutedCommand that is used to select a pane.

public static RoutedCommand SelectPane { get; }

Property Value

System.Windows.Input.RoutedCommand:

The System.Windows.Input.RoutedCommand that is used to select a pane.

Remarks

The related NavigationPane must be located in the command parameter.

ShowFewerPanes

Gets the System.Windows.Input.RoutedCommand that is used to show fewer panes.

public static RoutedCommand ShowFewerPanes { get; }

Property Value

System.Windows.Input.RoutedCommand:

The System.Windows.Input.RoutedCommand that is used to show fewer panes.

ShowMorePanes

Gets the System.Windows.Input.RoutedCommand that is used to show more panes.

public static RoutedCommand ShowMorePanes { get; }

Property Value

System.Windows.Input.RoutedCommand:

The System.Windows.Input.RoutedCommand that is used to show more panes.

ShowOptionsWindow

Gets the System.Windows.Input.RoutedCommand that is used to display the options window.

public static RoutedCommand ShowOptionsWindow { get; }

Property Value

System.Windows.Input.RoutedCommand:

The System.Windows.Input.RoutedCommand that is used to display the options window.

ToggleMinimization

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

public static RoutedCommand ToggleMinimization { get; }

Property Value

System.Windows.Input.RoutedCommand:

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

TogglePaneVisibility

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

public static RoutedCommand TogglePaneVisibility { get; }

Property Value

System.Windows.Input.RoutedCommand:

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

Remarks

The related NavigationPane must be located in the command parameter.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()