←Select platform

TextFieldType Enumeration

Summary

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

Syntax

C#
VB
C++
Java
[SerializableAttribute()] 
public enum TextFieldType 
  
<SerializableAttribute()> 
Public Enum TextFieldType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class TextFieldType 
    extends java.lang.Enum<TextFieldType> 
[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 &ndash; 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly