Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MouseActivate" in [All]

Enums

.
Summary
Return codes for the WM_MOUSEACTIVATE message
.

public enum MouseActivate : int

.

Enum MouseActivate

.
Documentation
[MouseActivate] on MSDN
.

    /// The WM_MOUSEACTIVATE message is sent when the cursor is in an inactive window and the user presses a mouse button. The parent window receives this message only if the child window passes it to the DefWindowProc function.

.

    MOUSEACTIVATE = 0x0021,

.

    '''The WM_MOUSEACTIVATE message is sent when the cursor is in an inactive window and the user presses a mouse button. The parent window receives this message only if the child window passes it to the DefWindowProc function.

.

    WM_MOUSEACTIVATE = &H21

.

    WmMouseActivate = &H21

Constants

3: WM
.
WM_MOUSEACTIVATE 0x21 The WM_MOUSEACTIVATE message is sent when the cursor is in an inactive window and the user presses a mouse button. The parent window receives this message only if the child window passes it to the DefWindowProc function.
.

private const UInt32 WM_MOUSEACTIVATE      = 0x0021;

.

   WM_MOUSEACTIVATE = &H21

.

WM_MOUSEACTIVATE      equ 021h


 
Access PInvoke.net directly from VS: