Gets the page number of the Master Form.
public int PageNumber {get;}
'Declaration
Public ReadOnly Property PageNumber As Integer
'Usage
Dim instance As FormPage
Dim value As Integer
value = instance.PageNumber
public:
property int PageNumber {
int get();
}
Property Value
The 1-based index of the Master Form page that
FormPage represents.