xtd 0.2.0
Loading...
Searching...
No Matches

◆ create()

static message xtd::forms::message::create ( intptr  hwnd,
int32  msg,
intptr  wparam,
intptr  lparam 
)
static

Creates a new message.

Parameters
hwndThe window handle that the message is for.
msgThe message ID.The message ID.
wparamThe message wparam field.
lparamThe message lparam field.
Returns
A xtd::forms::message that represents the message that was created.
Remarks
Use the xtd::message::create method to create a xtd::forms::message to wrap a message sent by Windows.