TextFieldType Enumeration

Summary

Values that represent the type of text being used in the Text Field.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum TextFieldType 
  
<SerializableAttribute()> 
Public Enum TextFieldType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class TextFieldType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0CharacterCharacter field. The field contains alphanumeric characters (both uppercase and lowercase), the Arabic numerals 0 – 9, punctuation marks, and symbols.
1NumericalNumeric field. The field consists entirely of Arabic numerals.
2DataData field. The field is a named zone (field) on a form which can contain capital letters, digits, and separators.
Remarks

The TextFieldType enumeration is used by the Type Property function.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly