__FILTERKEYSMESSAGES Enumeration

 

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)

public enum __FILTERKEYSMESSAGES

Member nameDescription
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_GotFocus

The message received when the combo box gets focus.

FilterKeysMessage_KeyDown

The message received when a non-system key is pressed.

FilterKeysMessage_LostFocus

The message received when the combo loses focus.

FilterKeysMessage_SysKeyDown

The message received when a system key is pressed.

FilterKeysMessage_TextChanged

The message received when text is changed in the combo box. For drag and drop this message will be received before F:Microsoft.VisualStudio.Shell.Interop.__FILTERKEYSMESSAGES.FilterKeyMessage_DragDrop.

Return to top
Show: