ICustomKeyboardHandler.CaptureKeyboard Method

Definition

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

public:
 bool CaptureKeyboard();
public:
 bool CaptureKeyboard();
bool CaptureKeyboard();
public bool CaptureKeyboard ();
abstract member CaptureKeyboard : unit -> bool
Public Function CaptureKeyboard () As Boolean

Returns

true if the handler can start capturing keyboard events, otherwise false.

Applies to