WindowActionsEventArgs
PPJ.Runtime.Windows.WindowActionsEventArgs
Last updated
PPJ.Runtime.Windows.WindowActionsEventArgs
Last updated
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Arguments for the WindowActionsEvent.
Constructs a new SalMessage object.
Name | Type | Description |
---|---|---|
ctrl | Target control on which to execute the call. | |
msg | ||
wParam | ||
lParam |
Constructs a new SalMessage object.
Int32: Returns the message code.
Boolean: Returns/Sets the handled flag.
Boolean: Returns true if the return value was set.
SalWindowHandle: Returns the target window handle.
IntPtr: Returns the lParam associated with the message.
SalNumber: Message return value. When set, the flag HasReturnValue is also flipped to true.
IntPtr: Returns the wParam associated with the message.