CommandKeys.View Class
Defines the keys for commands in the 'View' category.
public static class CommandKeys.View
- Inheritance:
- object object
Fields
ScrollBottom
The key for a command that moves a vertical scrollbar to the bottom.
public const string ScrollBottom = "View.ScrollBottom"
ScrollDown
The key for a command that moves a vertical scrollbar down by a small amount.
public const string ScrollDown = "View.ScrollDown"
ScrollHere
The key for a command that moves a scrollbar to the pointer location.
public const string ScrollHere = "View.ScrollHere"
ScrollLeft
The key for a command that moves a horizontal scrollbar left by a small amount.
public const string ScrollLeft = "View.ScrollLeft"
ScrollLeftEdge
The key for a command that moves a horizontal scrollbar to the left edge.
public const string ScrollLeftEdge = "View.ScrollLeftEdge"
ScrollPageDown
The key for a command that moves a vertical scrollbar down by a large amount.
public const string ScrollPageDown = "View.ScrollPageDown"
ScrollPageLeft
The key for a command that moves a horizontal scrollbar left by a large amount.
public const string ScrollPageLeft = "View.ScrollPageLeft"
ScrollPageRight
The key for a command that moves a horizontal scrollbar right by a large amount.
public const string ScrollPageRight = "View.ScrollPageRight"
ScrollPageUp
The key for a command that moves a vertical scrollbar up by a large amount.
public const string ScrollPageUp = "View.ScrollPageUp"
ScrollRight
The key for a command that moves a horizontal scrollbar right by a small amount.
public const string ScrollRight = "View.ScrollRight"
ScrollRightEdge
The key for a command that moves a horizontal scrollbar to the right edge.
public const string ScrollRightEdge = "View.ScrollRightEdge"
ScrollTop
The key for a command that moves a vertical scrollbar to the top.
public const string ScrollTop = "View.ScrollTop"
ScrollUp
The key for a command that moves a vertical scrollbar up by a small amount.
public const string ScrollUp = "View.ScrollUp"