'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("TextBoxAcceptsTabDescr")> Public Property AcceptsTab As System.Boolean
'Usage
Dim instance As NInplaceEditTextBox Dim value As System.Boolean instance.AcceptsTab = value value = instance.AcceptsTab
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("TextBoxAcceptsTabDescr")] public System.bool AcceptsTab {get; set;}