ICustomKeyboardHandler Interface
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.
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. |