Interface IKeyboardMessage
Defines the interface for the keyboard operations.
Namespace: Syncfusion.WinForms.Core.Interfaces
Assembly: Syncfusion.Core.WinForms.dll
Syntax
public interface IKeyboardMessage
Methods
KeyboardMessage(ref Message)
Handles the keyboard message.
Declaration
bool KeyboardMessage(ref Message msg)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | msg | The System.Windows.Forms.Message value. |
Returns
Type | Description |
---|---|
System.Boolean | Returns the boolean value. |