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

◆ lparam() [1/2]

intptr xtd::forms::message::lparam ( ) const
noexcept

Gets the lparam field of the message.

Returns
The 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.
Examples
form_and_messages.cpp.