[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can type keystroke commands in this view.")] public bool AllowKey {get; set;}
[Category("Behavior")] [DefaultValue(true)] [Description("Whether the user can type keystroke commands in this view.")] public bool AllowKey {get; set;}
KeyDown
event handler to this control or by overriding OnKeyDown.