Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMaskedTextBox Class / Mask Property


In This Topic
    Mask Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("MaskedTextBoxMaskDescr")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.MergablePropertyAttribute(False)>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskPropertyEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
    Public Property Mask As System.String
    'Usage
     
    
    Dim instance As NMaskedTextBox
    Dim value As System.String
     
    instance.Mask = value
     
    value = instance.Mask
    [SRCategory("CatBehavior")]
    [SRDescription("MaskedTextBoxMaskDescr")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.MergableProperty(false)]
    [System.ComponentModel.Localizable(true)]
    [System.ComponentModel.Editor("System.Windows.Forms.Design.MaskPropertyEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
    public System.string Mask {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also