AWTEventModel Property

Description

The event model used to send events to the objects in the applet or application.

Property type

Read-write property

Syntax

Visual Basic
Public Property AWTEventModel As String

Return Type

  • New--Applies the new (JDK 1.1 and later) event model.

  • Old--Applies the old (JDK 1.0) event model.

  • Auto--Applies the old event model for AWT objects the new event model for all other toolkit objects.

Example

See Also