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