Method FindPage
FindPage(Control?)
Returns the page index for the specified control.
public int? FindPage(Control? page)
Parameters
page
ControlPage index.
Returns
- int?
Remarks
If the window is not found in the notebook, null
is returned.