'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> Public Overridable Property Text As System.String
'Usage
Dim instance As NRichTextBox Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] public virtual System.string Text {get; set;}