Class WindowsHook
Inheritance
System.Object
WindowsHook
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public class WindowsHook
Constructors
WindowsHook(WindowsHook.HookType)
Fields
hook
Declaration
protected IntPtr hook
Field Value
System.IntPtr
|
hookFunc
hookType
Properties
IsInstalled
Declaration
public bool IsInstalled { get; }
Property Value
System.Boolean
|
Methods
CoreHookProc(Int32, IntPtr, IntPtr)
Declaration
protected int CoreHookProc(int code, IntPtr wParam, IntPtr lParam)
Parameters
System.Int32
code
|
System.IntPtr
wParam
|
System.IntPtr
lParam
|
Returns
System.Int32
|
Install()
Declaration
public void Install()
OnHookInvoked(HookEventArgs)
Declaration
protected virtual bool OnHookInvoked(HookEventArgs e)
Parameters
HookEventArgs
e
|
Returns
System.Boolean
|
Uninstall()
Declaration
public void Uninstall()
Events
HookInvoked
Declaration
public event WindowsHook.HookEventHandler HookInvoked
Event Type
WindowsHook.HookEventHandler
|