ComponentOne Menus and Toolbars for WinForms
HookType Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : HookType Enumeration
Hook Types
Syntax
'Declaration
 
Public Enum HookType 
   Inherits System.Enum
public enum HookType : System.Enum 
Members
MemberDescription
WH_CALLWNDPROCInstalls a hook procedure that monitors messages before the system sends them to the destination window procedure.
WH_CALLWNDPROCRETInstalls a hook procedure that monitors messages after they have been processed by the destination window procedure.
WH_CBTInstalls a hook procedure that receives notifications useful to a computer-based training (CBT) application.
WH_DEBUGInstalls a hook procedure useful for debugging other hook procedures.
WH_FOREGROUNDIDLEInstalls a hook procedure that will be called when the application's foreground thread is about to become idle.
WH_GETMESSAGEInstalls a hook procedure that monitors messages posted to a message queue.
WH_HARDWAREThis hook is not currently implemented in Win32.
WH_JOURNALPLAYBACKInstalls a hook procedure that posts messages previously recorded by a WH_JOURNALRECORD hook procedure.
WH_JOURNALRECORDInstalls a hook procedure that records input messages posted to the system message queue.
WH_KEYBOARDInstalls a hook procedure that monitors keystroke messages.
WH_KEYBOARD_LLInstalls a hook procedure that monitors low-level keyboard input events.
WH_MOUSEInstalls a hook procedure that monitors mouse messages.
WH_MOUSE_LLInstalls a hook procedure that monitors low-level mouse input events.
WH_MSGFILTERInstalls a hook procedure that monitors messages generated as a result of an input event in a dialog box, message box, menu, or scroll bar.
WH_SHELLInstalls a hook procedure that receives notifications useful to shell applications.
WH_SYSMSGFILTERInstalls a hook procedure that monitors messages generated as a result of an input event in a dialog box, message box, menu, or scroll bar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.HookType

See Also

Reference

C1.Win.C1Command Namespace