menu

WinForms

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

    Show / Hide Table of Contents

    Interface IKeyboardHook

    Defines the interfaces for the keyboard process.

    Namespace: Syncfusion.WinForms.Core.Interfaces
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    public interface IKeyboardHook

    Methods

    KeyboardHookProc(Int32, Int32)

    The keyboard hook process used to handle the key board operations.

    Declaration
    bool KeyboardHookProc(int wParam, int lParam)
    Parameters
    Type Name Description
    System.Int32 wParam

    The window parameter.

    System.Int32 lParam

    The integer contains the value.

    Returns
    Type Description
    System.Boolean

    Returns the b0olean value.

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