Desktop Functions: Smart Device Functions:
|
Search Results for "MouseActivate" in [All]Enums
/// 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 Constants3: WM
private const UInt32 WM_MOUSEACTIVATE = 0x0021;
WM_MOUSEACTIVATE = &H21
WM_MOUSEACTIVATE equ 021h |