Sends this message to a custom control when its parent window receives a notification (WM_COMMAND) from the custom control. Ignores any value that you Return when you process this message. Message Variables hWndForm Window handle of current top-level window. hWndItem Window handle of custom control. wParam Notification message number. IParam Unused. No Example

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_CustControlCmd

See Also