←Select platform

FormName Property

Summary

Form name.

Syntax
C#
VB
C++
Java
public string FormName { get; set; } 
Public Property FormName() As String 
   Get 
   Set 
public:  
   property String^ FormName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getFormName(); 
public void setFormName( 
   java.lang.String 
); 

Property Value

The form name.

Remarks

Case-insensitive. Used for input and output.

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.Recognition Assembly

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