EraseBackgroundEvent.EraseBackgroundEvent

Overview | Methods | Fields | This Package | All Packages

EraseBackgroundEvent.EraseBackgroundEvent

Creates an EraseBackgroundEvent object.

Syntax

public EraseBackgroundEvent( Graphics graphics, boolean handled )

Parameters

graphics

The Graphics object that represents the device context that displays the control.

handled

Set to true to specify that the event is handled; otherwise, set to false. If you do not want the default Windows background-erasing behavior, set this parameter to true.