Whether to enable keyboard control of this Control.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool KeyboardSupport { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property KeyboardSupport As Boolean

See Also