GroupLab Widget Tap Library

Tap.GetTap Method

Creates a widget tap object to wrap a widget.

Overload List

Creates a widget tap object to wrap a widget.

public static Tap GetTap(Path);

Creates a tap object that wraps the widget at a particular location on the display.

public static Tap GetTap(Point);

Creates a widget tap object to wrap a heavyweight widget.

public static Tap GetTap(IntPtr);

See Also

Tap Class | GroupLab.WidgetTap Namespace