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

◆ get_lparam()

template<typename type_t >
type_t xtd::forms::message::get_lparam ( ) const
inlinenoexcept

Gets the lparam value and converts the value to an object.

Template Parameters
typeThe type to use to create an instance. This type must be declared as a structure type.
Returns
An object that represents an instance of the class specified by the template parameter, with the data from the lparam field of the message.