GroupLab Widget Tap Library | |
HeavyweightHelper.SendParentMessage Method
Sends a message to the wrapped heavyweight widget's parent.
public
int SendParentMessage(
int msg,
int wParam,
int lParam);
Parameters
- msg
- Message type.
- wParam
- Message parameter.
- lParam
- Message parameter.
Return Value
The value returned by the heavyweight widget's parent's processing of the message.
See Also
HeavyweightHelper Class | GroupLab.WidgetTap.Helpers Namespace