Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines a custom handler of keyboard events
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface ICustomKeyboardHandler
public interface ICustomKeyboardHandler
public interface class ICustomKeyboardHandler
type ICustomKeyboardHandler = interface end
public interface ICustomKeyboardHandler
The ICustomKeyboardHandler type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
CaptureKeyboard | Notifies the handler that it may start capturing keyboard events. |
![]() |
ReleaseKeyboard | Notifies the handler that it should stop capturing keyboard events. |
Top
.gif)