Table of Contents

Method FindPage

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

FindPage(Control?)

Returns the page index for the specified control.

public int? FindPage(Control? page)

Parameters

page Control

Page index.

Returns

int?

Remarks

If the window is not found in the notebook, null is returned.