Spread WinForms 15
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
See Also