@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Return codes for the WM_MOUSEACTIVATE message !!!!C# Definition: public enum MouseActivate : int { MA_ACTIVATE = 1, MA_ACTIVATEANDEAT = 2, MA_NOACTIVATE = 3, MA_NOACTIVATEANDEAT = 4 } !!!!VB Definition: Enum MouseActivate TODO End Enum !!!!Notes: None. Documentation: MouseActivate@msdn on MSDN
Edit Enums.MouseActivate
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.