←Select platform

Name Property

Summary

The form's name.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public string Name {get; set;} 
public String getName(); 
public abstract void setName( 
   java.lang.String string 
); 
<DataMemberAttribute()>  
Public Property Name() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string representing the name of this form.

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

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