ICustomKeyboardHandler Interface

Definition

Defines a custom handler of keyboard events

public interface class ICustomKeyboardHandler
public interface class ICustomKeyboardHandler
__interface ICustomKeyboardHandler
public interface ICustomKeyboardHandler
type ICustomKeyboardHandler = interface
Public Interface ICustomKeyboardHandler

Methods

CaptureKeyboard()

Signals the handler that it's ok to begin capturing keyboard events.

ReleaseKeyboard()

Signals the handler that it should cease capturing keyboard events.

Applies to