FieldPropertiesTextBox_Mask Property |
A formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string TextBox_Mask { get; }
ReadOnly Property TextBox_Mask As String
Get
Property Value
Type:
StringA formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character.
Remarks
Applies to CellType TextBox only.
See Also