GroupLab Widget Tap Library

HeavyweightHelper.SendMessage Method 

Sends a message to the wrapped heavyweight widget.

public int SendMessage(
   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 processing of the message.

See Also

HeavyweightHelper Class | GroupLab.WidgetTap.Helpers Namespace