[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 initiallyGoViewDisableKeys.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.