In This Article

CommandKeys Class

Defines unique keys for identifying commands.

public static class CommandKeys
Inheritance:
object object

Remarks

These command keys are specific to the Navigation product. Additional command keys are available from CommandKeys. Other products may also define their own command keys.

Fields

NavigationBarAddOrRemoveButtons

The key for a popup menu displaying individual NavigationBarToggleActive commands.

public const string NavigationBarAddOrRemoveButtons = "NavigationBar.AddOrRemoveButtons"

NavigationBarOptions

The key for a command for showing the options form.

public const string NavigationBarOptions = "NavigationBar.ShowOptionsWindow"

NavigationBarSelect

The key for a command to select a NavigationPane.

public const string NavigationBarSelect = "NavigationBar.Select"

NavigationBarShowFewerButtons

The key for a command for invoking ShowFewerBarButtons().

public const string NavigationBarShowFewerButtons = "NavigationBar.ShowFewerButtons"

NavigationBarShowMoreButtons

The key for a command for invoking ShowMoreBarButtons().

public const string NavigationBarShowMoreButtons = "NavigationBar.ShowMoreButtons"

NavigationBarToggleActive

The key for a command to toggle Active on a specific pane.

public const string NavigationBarToggleActive = "NavigationBar.ToggleActive"

Inherited Members