GrapeCity MultiRow Windows Forms Documentation
MaskFull Property


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

Property Value

true if all required and optional inputs have been entered; otherwise, false.
Remarks
Refer to MaskedTextBox.MaskFull in MSDN.
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.