Click or drag to resize

ControlEvent Properties

X#

The ControlEvent type exposes the following members.

Properties
  NameDescription
Public propertyControl
The control that generated this control event.
Public propertyControlID
A number between 1 and 8000 representing the unique ID of the control that generated this control event.
Public propertyDescription
A string representing the description of the control that generated this control event.
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyHelpContext
A string representing the help context ID of the control that generated this control event.
Public propertyHyperLabel
The hyperlabel connected to the control event.
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertyName
A string representing the name of the control that generated the event.
Public propertyNameSym
A symbol representing the name of the control that generated the 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