menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyboardProcHooker - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KeyboardProcHooker

    Inheritance
    System.Object
    KeyboardProcHooker
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class KeyboardProcHooker : IDisposable

    Constructors

    KeyboardProcHooker(IntPtr, IKeyboardProcHookClient)

    Declaration
    public KeyboardProcHooker(IntPtr handle, IKeyboardProcHookClient client)
    Parameters
    Type Name Description
    System.IntPtr handle
    IKeyboardProcHookClient client

    Properties

    DisableMessageHook

    Declaration
    public bool DisableMessageHook { get; set; }
    Property Value
    Type
    System.Boolean

    HookMessages

    Declaration
    public bool HookMessages { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved