WindowActionsEventArgs
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Arguments for the WindowActionsEvent.
- C#
- VB.NET
public class WindowActionsEventArgs : EventArgs
Public Class WindowActionsEventArgs
Inherits EventArgs
Constructors
WindowActionsEventArgs()
Constructs a new WindowActionsEventArgs object.
WindowActionsEventArgs(ctrl, msg, wParam, lParam)
Constructs a new WindowActionsEventArgs object.
| Name | Type | Description |
|---|---|---|
| ctrl | Control | |
| msg | Int32 | |
| wParam | IntPtr | |
| lParam | IntPtr |
WindowActionsEventArgs(hWnd, msg, wParam, lParam)
Constructs a new WindowActionsEventArgs object.
| Name | Type | Description |
|---|---|---|
| hWnd | IntPtr | |
| msg | Int32 | |
| wParam | IntPtr | |
| lParam | IntPtr |
Properties
ActionType
Int32: Returns the message code.
Handled
Boolean: Returns/Sets the handled flag.
HasReturnValue
Boolean: Returns true if the return value was set.
hWnd
SalWindowHandle: Returns the target window handle.
LParam
IntPtr: Returns the lParam associated with the message.
Return
SalNumber: Message return value. When set, the flag HasReturnValue is also flipped to true.
WParam
IntPtr: Returns the wParam associated with the message.