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 ICustomKeyboardHandlerpublic interface class ICustomKeyboardHandler__interface ICustomKeyboardHandlerpublic interface ICustomKeyboardHandlertype ICustomKeyboardHandler = interfacePublic Interface ICustomKeyboardHandlerMethods
| CaptureKeyboard() | Signals the handler that it's ok to begin capturing keyboard events. | 
| ReleaseKeyboard() | Signals the handler that it should cease capturing keyboard events. |