次の方法で共有


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

Name Description
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