SAM_Activate is sent to top-level and MDI windows when the window is activated or deactivated. The wParam indicates whether the window is being activated or deactivated. Message Variables hWndForm Handle of top-level window. hWndItem Object handle. wParam Whether the window is being activated or deactivated: TRUE = Activated FALSE = Deactivated IParam Unused.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public const int SAM_Activate

See Also