←Select platform

PageNumber Property

Summary

Gets the page number of the Master Form.

Syntax

C#
VB
C++
Java
public int PageNumber { get; } 
  
Public ReadOnly Property PageNumber As Integer 
public int getPageNumber(); 
public: 
property int PageNumber { 
   int get(); 
} 

Property Value

The 1-based index of the Master Form page that FormPage represents.

Requirements

Target Platforms

See Also

Reference

FormPage Class

FormPage 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