Northwoods.Go Assembly > Northwoods.Go Namespace : GoViewDisableKeys Enumeration |
'Declaration <FlagsAttribute()> Public Enum GoViewDisableKeys Inherits System.Enum
[FlagsAttribute()] public enum GoViewDisableKeys : System.Enum
Member | Description |
---|---|
All | Disable all standard operations for keys in GoToolManager.GoToolManager.DoKeyDown. |
ArrowMove | Disable the arrow keys from calling GoView.MoveSelection in GoToolManager.GoToolManager.DoKeyDown. |
ArrowScroll | Disable the arrow keys from calling GoView.ScrollLine in GoToolManager.GoToolManager.DoKeyDown. |
CancelDeselects | Disable the Escape key from clearing the GoView.Selection in GoToolManager.GoToolManager.DoKeyDown. |
Clipboard | Disable the Ctrl-C and Ctrl-X and Ctrl-V keys from calling GoView.EditCopy and GoView.EditCut and GoView.EditPaste in GoToolManager.GoToolManager.DoKeyDown. |
Delete | Disable the Delete key from calling GoView.EditDelete in GoToolManager.GoToolManager.DoKeyDown. |
Edit | Disable the F2 key from calling GoView.EditEdit in GoToolManager.GoToolManager.DoKeyDown. |
End | Disable the End key from setting the GoView.DocPosition in GoToolManager.GoToolManager.DoKeyDown. |
Home | Disable the Home key from setting the GoView.DocPosition in GoToolManager.GoToolManager.DoKeyDown. |
None | All keyboard behavior of GoToolManager.GoToolManager.DoKeyDown is enabled. |
Page | Disable the Page-Down and Page-Up keys from calling GoView.ScrollPage in GoToolManager.GoToolManager.DoKeyDown. |
SelectAll | Disable the Ctrl-A key from calling GoView.SelectAll in GoToolManager.GoToolManager.DoKeyDown. |
SelectsByFirstChar | Disable having letters and digits select the next IGoLabeledPart by not calling GoView.SelectNextNode in GoToolManager.GoToolManager.DoKeyDown. |
Undo | Disable the Ctrl-Z and Ctrl-Y keys from calling GoView.Undo and GoView.Redo in GoToolManager.GoToolManager.DoKeyDown. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.GoViewDisableKeys
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2