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

◆ lparam() [2/2]

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

Sets the lparam field of the message.

Parameters
valueThe lparam field of the message.
Remarks
The value of this field depends on the message. Use the lparam field to get information that is important for handling the message. lparam is typically used to store an object if it is needed by the message.