←Select platform

MasterPageNumber Property

Summary

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

Syntax

C#
VB
C++
public int MasterPageNumber { get; set; } 
  
Public Property MasterPageNumber As Integer 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly