'Declaration
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskedTextBoxTextEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.LocalizableAttribute(True)> Public Overridable Property Text As System.String
'Usage
Dim instance As NMaskedTextBox Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Editor("System.Windows.Forms.Design.MaskedTextBoxTextEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRCategory("CatAppearance")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.Bindable(true)] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Localizable(true)] public virtual System.string Text {get; set;}