Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / ShortcutsEnabled Property

In This Topic
    ShortcutsEnabled Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether the defined shortcuts are enabled.
    Syntax
    'Declaration
     
    
    Public Property ShortcutsEnabled As Boolean
    public bool ShortcutsEnabled {get; set;}
    See Also