Version

DropDownManager.ActivationChangedEventArgs Class Members

The following tables list the members exposed by DropDownManager.ActivationChangedEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyHookCodeThe code passed into the hook procedure. Refer to API documentation for SetWindowsHookEx..  
Public PropertyHwndActivatedThe handle of the window being activated  
Public PropertyHwndDeactivatedThe handle of the window being de-activated  
Public PropertyTypeIdentified the message that triggered the ActivationChanged event.  
See Also