GroupLab Widget Tap Library

HeavyweightHelper.SendNotify Method (Int32)

Sends a WM_NOTIFY message to the wrapped heavyweight widget.

public int SendNotify(
   int code
);

Parameters

code
Notification code.

Return Value

The value returned by the heavyweight widget's processing of the WM_NOTIFY message.

See Also

HeavyweightHelper Class | GroupLab.WidgetTap.Helpers Namespace | HeavyweightHelper.SendNotify Overload List