'Declaration
<System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <System.ComponentModel.SettingsBindableAttribute(True)> Public Overridable Property Text As System.String
'Usage
Dim instance As NShadowStyleButton Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Editor("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [System.ComponentModel.SettingsBindable(true)] public virtual System.string Text {get; set;}