GoDiagram Web Reference
GoViewDisableKeys Enumeration

Controls the behavior of GoToolManager.GoToolManager.DoKeyDown via the GoView.GoView.DisableKeys property.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GoViewDisableKeys 
   Inherits System.Enum
[FlagsAttribute()]
public enum GoViewDisableKeys : System.Enum 
Members
MemberDescription
AllDisable all standard operations for keys in GoToolManager.GoToolManager.DoKeyDown.
ArrowMoveDisable the arrow keys from calling GoView.MoveSelection in GoToolManager.GoToolManager.DoKeyDown.
ArrowScrollDisable the arrow keys from calling GoView.ScrollLine in GoToolManager.GoToolManager.DoKeyDown.
CancelDeselectsDisable the Escape key from clearing the GoView.Selection in GoToolManager.GoToolManager.DoKeyDown.
ClipboardDisable the Ctrl-C and Ctrl-X and Ctrl-V keys from calling GoView.EditCopy and GoView.EditCut and GoView.EditPaste in GoToolManager.GoToolManager.DoKeyDown.
DeleteDisable the Delete key from calling GoView.EditDelete in GoToolManager.GoToolManager.DoKeyDown.
EditDisable the F2 key from calling GoView.EditEdit in GoToolManager.GoToolManager.DoKeyDown.
EndDisable the End key from setting the GoView.DocPosition in GoToolManager.GoToolManager.DoKeyDown.
HomeDisable the Home key from setting the GoView.DocPosition in GoToolManager.GoToolManager.DoKeyDown.
NoneAll keyboard behavior of GoToolManager.GoToolManager.DoKeyDown is enabled.
PageDisable the Page-Down and Page-Up keys from calling GoView.ScrollPage in GoToolManager.GoToolManager.DoKeyDown.
SelectAllDisable the Ctrl-A key from calling GoView.SelectAll in GoToolManager.GoToolManager.DoKeyDown.
SelectsByFirstCharDisable having letters and digits select the next IGoLabeledPart by not calling GoView.SelectNextNode in GoToolManager.GoToolManager.DoKeyDown.
UndoDisable the Ctrl-Z and Ctrl-Y keys from calling GoView.Undo and GoView.Redo in GoToolManager.GoToolManager.DoKeyDown.
Remarks
These flags can be combined bit-wise.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.GoViewDisableKeys

Requirements

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

See Also

Reference

Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback