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:

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.


[view class]
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.


[view class]
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