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

Leadtools.Forms.Processing Assembly