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

◆ wparam() [2/2]

void xtd::forms::message::wparam ( intptr  value)

Sets the wparam field of the message.

Parameters
valueThe wparam field of the message.
Remarks
The value of this field depends on the message. Use the wparam field to get information that is important to handling the message. This field is typically used to store small pieces of information, such as flags.