GrapeCity MultiRow Windows Forms Documentation
MaskedTextBoxCell Constructor(String)


A System.String that represents the input mask. The initial value of the Mask property.
Initializes a new instance of the MaskedTextBoxCell class using the specified input mask.
Syntax
Public Function New( _
   ByVal mask As String _
)
Dim mask As String
 
Dim instance As New MaskedTextBoxCell(mask)
public MaskedTextBoxCell( 
   string mask
)

Parameters

mask
A System.String that represents the input mask. The initial value of the Mask property.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe mask is a null reference (Nothing in Visual Basic) or String.Empty.
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.