| Visual Basic (Declaration) | |
|---|---|
Public Property Type As TextFieldType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public TextFieldType Type {get; set;} | |
| C++/CLI | |
|---|---|
public: property TextFieldType Type { TextFieldType get(); void set (TextFieldType value); } | |
Return Value
The type of the text in the text field.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code