IPageHandle
The IPageHandle class represents a page in a notebook.
The Open Class Library only enables notebooks to construct objects of this class.
A notebook returns an IPageHandle when the following occurs:
- A page is added to the notebook.
The IPageHandle represents the new page.
- A page is queried, such as a call to
INotebook::firstPage.
You can use an object of this class to identify a page,
just as you can identify a page with an
INotebook::Cursor
object.
IPageHandle - Member Functions and Data by Group
Constructors & Destructor
You can create objects of this class from a page identifier,
which defaults to 0.
- IPageHandle
public:
IPageHandle(Value pageId = 0)
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
Page Handle
Use this operator to return the page handle value.
- operator Value
public:
operator Value() const
Returns the page handle value.
- Supported Platforms
| Windows |
OS/2 |
AIX |
| Yes |
Yes |
Yes |
IPageHandle - Inherited Member Functions and Data
Inherited Public Functions
- IHandle
-
Inherited Public Data
Inherited Protected Functions
Inherited Protected Data
- IHandle
-