ICustomKeyboardHandler.CaptureKeyboard Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.