GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DisableKeys Property
In This Topic
    DisableKeys Property
    In This Topic
    Gets or sets which key commands are disabled in the GoToolManager's GoToolManager.DoKeyDown method.
    Syntax
    [Category("Behavior")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Controls which keys do not have their normal effect.")]
    public GoViewDisableKeys DisableKeys {get; set;}

    Property Value

    This property is initially GoViewDisableKeys.ArrowMove: all standard keystroke commands are enabled except for moving selected movable objects using the arrow keys. See the list of flags, which can be bit-wise combined, in the description for GoViewDisableKeys.
    See Also