Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / MaskedTextBox Class / IsMaskFull Property


In This Topic
    IsMaskFull Property
    In This Topic
    Gets whether all inputs, both required & optional, have been provided to the MaskedTextBox successfully.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMaskFull As Boolean
    'Usage
     
    
    Dim instance As MaskedTextBox
    Dim value As Boolean
     
    instance.IsMaskFull = value
     
    value = instance.IsMaskFull
    public bool IsMaskFull {get;}
    Remarks
    The value of this property will be true when both the required & optional inputs have been provided successfully; it will be false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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