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