ICustomKeyboardHandler Interface

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
Public method CaptureKeyboard Notifies the handler that it may start capturing keyboard events.
Public method ReleaseKeyboard Notifies the handler that it should stop capturing keyboard events.

Top

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace