Overview | Methods | Fields | This Package | All Packages
Specifies the lParam of the message.
Syntax
public int lParam;
Remarks
The value of this field depends on the message. Use the lParam field to get information that is important to handling the message. It is typically used to store an object if it is needed by the message. Use the getLParam method to retrieve and convert information from the lParam field into an object.
See Also getLParam