@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Keystroke Message Flags sent in lParam with key messages !!!!C# Definition: [Flags] public enum KeyFlags : int { KF_EXTENDED = 0x0100, KF_DLGMODE = 0x0800, KF_MENUMODE = 0x1000, KF_ALTDOWN = 0x2000, KF_REPEAT = 0x4000, KF_UP = 0x8000 } !!!!VB Definition: Enum KeyFlags TODO End Enum !!!!Notes: None. Documentation: KeyFlags@msdn on MSDN
Edit Enums.KeyFlags
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.