Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / ShortcutsEnabled Property


In This Topic
    ShortcutsEnabled Property
    In This Topic
    Internal use only. Gets or sets whether the shortcut keys are enabled.
    Syntax
    'Declaration
     
    
    Public Overrides Property ShortcutsEnabled As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.ShortcutsEnabled = value
     
    value = instance.ShortcutsEnabled
    public override bool ShortcutsEnabled {get; set;}
    See Also