'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("TextBoxShortcutsEnabledDescr")> Public Overridable Property ShortcutsEnabled As System.Boolean
'Usage
Dim instance As NInplaceEditTextBox Dim value As System.Boolean instance.ShortcutsEnabled = value value = instance.ShortcutsEnabled
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [SRDescription("TextBoxShortcutsEnabledDescr")] public virtual System.bool ShortcutsEnabled {get; set;}