Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / NumericTextBoxArea Class / MaskPromptChar Property


In This Topic
    MaskPromptChar Property (NumericTextBoxArea)
    In This Topic
    Gets or sets the character used to prompt a user for input.
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public Shadows ReadOnly Property MaskPromptChar As Char
    'Usage
     
    Dim instance As NumericTextBoxArea
    Dim value As Char
     
    value = instance.MaskPromptChar
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public new char MaskPromptChar {get;}

    Property Value

    A character representing the character used to prompt a user for input.
    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