Click or drag to resize

ControlFocusChangeEvent Class

X#
Provide information about an ControlFocusChangeEvent, generated when a control gains or loses the keyboard focus.
Inheritance Hierarchy
Object
  Event
    FocusChangeEvent
      ControlFocusChangeEvent

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ControlFocusChangeEvent INHERIT FocusChangeEvent
Request Example View Source

The ControlFocusChangeEvent type exposes the following members.

Constructors
  NameDescription
Public methodControlFocusChangeEvent
Initializes a new instance of the ControlFocusChangeEvent class
Top
Properties
  NameDescription
Public propertyControl
The control that generated this control event.
Public propertyGotFocus
A logical value determining whether a window has either gained keyboard focus (TRUE) or is about to lose it (FALSE).
(Inherited from FocusChangeEvent.)
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
Fields
  NameDescription
Public fieldhWnd (Inherited from Event.)
Public fieldlParam (Inherited from Event.)
Public fieldoWindow (Inherited from Event.)
Public fielduMsg (Inherited from Event.)
Public fieldwParam (Inherited from Event.)
Top
See Also

Reference