WindowActionsEventArgs

PPJ.Runtime.Windows.WindowActionsEventArgs

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Arguments for the WindowActionsEvent.

public class WindowActionsEventArgs : EventArgs

Constructors

Constructs a new SalMessage object.

NameTypeDescription

ctrl

Target control on which to execute the call.

msg

wParam

lParam

Constructs a new SalMessage object.

NameTypeDescription

hWnd

msg

wParam

lParam

Properties

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.

Last updated