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