StatusBarDrawItemEvent.StatusBarDrawItemEvent

Overview | Methods | Fields | This Package | All Packages

StatusBarDrawItemEvent.StatusBarDrawItemEvent

Creates a StatusBarDrawItemEvent object.

Syntax

public StatusBarDrawItemEvent( Graphics g, Rectangle r, int panelId, int panelState, StatusBarPanel panel )

Parameters

g

The Graphics object used to draw the panel.

r

The Rectangle object that represents the rectangle in which the panel will be drawn.

panelId

The zero-based index of the panel.

panelState

An integer that includes state information about the panel.

panel

A StatusBarPanel object that represents the status bar panel to draw.