←Select platform

Type Property

Summary
Gets or sets the text type of the text field.

Syntax
C#
VB
C++
Java
public TextFieldType Type { get; set; } 
  
Public Property Type As TextFieldType 
public TextFieldType getType(); 
public void setType( 
   TextFieldType textFieldType 
); 
public: 
property TextFieldType Type { 
   TextFieldType get(); 
   void set (    TextFieldType ); 
} 

Property Value

A TextFieldType enumeration value that represents which type of text is in the Text field.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.