←Select platform

MasterPageNumber Property

Summary
Gets or sets the master page index that this FormField belong to.

Syntax
C#
VB
C++
Java
public int MasterPageNumber { get; set; } 
  
Public Property MasterPageNumber As Integer 
public int getMasterPageNumber(); 
public void setMasterPageNumber( 
   int intValue 
); 
public: 
property int MasterPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

Master page index in MasterForm that is related to this FormField .

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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.