Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks that the control is in-place active and has a valid control site, then informs the container the control has gained focus.
LRESULT OnMouseActivate(
UINT /* nMsg */,
WPARAM /* wParam */,
LPARAM /* lParam */,
BOOL& bHandled
);
Parameters
nMsg
Reserved.wParam
Reserved.lParam
Reserved.bHandled
Flag that indicates whether the window message was successfully handled. The default is TRUE.
Return Value
Always returns 1.
Remarks
Sends a notification to the container that the control has received focus.
Requirements
Header: atlctl.h