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
hwnd
The window handle that the message is for.
msg
The message ID.The message ID.
wparam
The message wparam field.
lparam
The 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.
xtd
forms
message
Generated on Sat Sep 14 2024 21:25:26 for xtd by
Gammasoft
. All rights reserved.