Click or drag to resize

ExposeEvent Properties

X#

The ExposeEvent type exposes the following members.

Properties
  NameDescription
Public propertyExposedArea
A bounding box—in canvas coordinates—representing the exposed area that caused this expose event. Use this method to optimize your repainting routines so that they paint only the area which requires refreshing.
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.)
Top
See Also