Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values that match the WM_ and EN_ message values sent to combo box owners who have applied the FilterKeys flag to their combo.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public Enumeration __FILTERKEYSMESSAGES
public enum __FILTERKEYSMESSAGES
public enum class __FILTERKEYSMESSAGES
type __FILTERKEYSMESSAGES
public enum __FILTERKEYSMESSAGES
Members
Member name | Description | |
---|---|---|
FilterKeysMessage_GotFocus | The message received when the combo box gets focus. | |
FilterKeysMessage_LostFocus | The message received when the combo loses focus. | |
FilterKeysMessage_SysKeyDown | The message received when a system key is pressed. | |
FilterKeysMessage_KeyDown | The message received when a non-system key is pressed. | |
FilterKeysMessage_Character | The message received when a character key is pressed. | |
FilterKeysMessage_DragDrop | The message received when text is dropped onto the combo as a result of a drag and drop operation. | |
FilterKeysMessage_TextChanged | The message received when text is changed in the combo box. For drag and drop this message will be received before FilterKeyMessage_DragDrop(). |