GrapeCity MultiRow Windows Forms Documentation
MaskCompleted Property


Gets a value that indicates whether all required inputs have been entered into the input mask.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property MaskCompleted As Boolean
Dim instance As MaskedTextBoxCell
Dim value As Boolean
 
value = instance.MaskCompleted
[Browsable(false)]
public bool MaskCompleted {get;}

Property Value

true if all required input has been entered into the mask; otherwise, false.
Remarks
MaskCompleted checks only required input elements. To determine whether all required and optional input elements have been filled in, use the MaskFull property instead.
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

Reference

MaskedTextBoxCell Class
MaskedTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.