__FILTERKEYSMESSAGES Enum

Definition

Defines values that match the WM_ and EN_ message values sent to combo box owners who have applied the FilterKeys flag to their combo.

public enum class __FILTERKEYSMESSAGES
public enum class __FILTERKEYSMESSAGES
enum __FILTERKEYSMESSAGES
public enum __FILTERKEYSMESSAGES
type __FILTERKEYSMESSAGES = 
Public Enum __FILTERKEYSMESSAGES
Inheritance
__FILTERKEYSMESSAGES

Fields

FilterKeysMessage_Character 258

The message received when a character key is pressed.

FilterKeysMessage_DragDrop 1804

The message received when text is dropped onto the combo as a result of a drag and drop operation.

FilterKeysMessage_GotFocus 7

The message received when the combo box gets focus.

FilterKeysMessage_KeyDown 256

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

FilterKeysMessage_LostFocus 8

The message received when the combo loses focus.

FilterKeysMessage_SysKeyDown 260

The message received when a system key is pressed.

FilterKeysMessage_TextChanged 5

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

Applies to