Xceed Grid for WinForms v4.3 Documentation
TextViewer Constructor(String)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > TextViewer Class > TextViewer Constructor : TextViewer Constructor(String)
A string representing the Mask to aplpy to the displayed text.
Initializes a new instance of the TextViewer specifying the Mask to apply to the displayed text.
Syntax
'Declaration
 
Public Function New( _
   ByVal mask As String _
)
'Usage
 
Dim mask As String
 
Dim instance As New TextViewer(mask)
public TextViewer( 
   string mask
)

Parameters

mask
A string representing the Mask to aplpy to the displayed text.
Remarks

By default, the following mask characters are supported:

# Digits or white space
9 Digits only
A Alpha-numeric values only
a Alpha-numeric values or white space
@ Letters only
& Any printable character (ascii characters from 32 to 126 and 128 to 255)

The following table provides a list of characters which are not mask characters but still affect the formatting of the text:

> When used as the first character of a mask, it converts all inputted characters to uppercase. When used elsewhere within the mask, it is considered as a literal.
< When used as the first character of a mask, it converts all characters to lowercase. When used elsewhere within the mask, it is considered as a literal.
\ The character following this character will always be considered as a literal. For example, \9 will be the 9 literal instead of the digits mask character.
All other characters are considered as literals.

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

TextViewer Class
TextViewer Members
Overload List