←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly