INotebookDrawItemEvent

The INotebookDrawItemEvent class provides event information for drawing a tab on a notebook page. This draw-item event is generated only if a notebook page has a tab that does not have text or a bitmap attached to it.


INotebookDrawItemEvent - Member Functions and Data by Group

Constructors & Destructor

Use these members to create objects of this class.


[view class]
~INotebookDrawItemEvent
public:
virtual ~INotebookDrawItemEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
INotebookDrawItemEvent
public:
INotebookDrawItemEvent(IEvent& event)

Constructs an object of this class from a reference to an object of the IEvent class.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Page Information

Use these members to obtain information about the notebook page.


[view class]
itemId
public:
virtual unsigned long itemId() const

Returns an identifier for the page whose tab is to be drawn. INotebookDrawItemEvent::page uses this value to return an IPageHandle.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
page
public:
virtual IPageHandle page() const

Returns a handle to the page whose tab is to be drawn.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


INotebookDrawItemEvent - Inherited Member Functions and Data

Inherited Public Functions

IControlEvent
IDrawItemEvent
IEvent

Inherited Public Data

Inherited Protected Functions

IDrawItemEvent

Inherited Protected Data