GroupLab Widget Tap Library

Tap Constructor

Initialises a tap object to wrap a heavyweight widget.

Overload List

Initialises a tap object to wrap a widget described by a path.

public Tap(Path);

Initialises a tap object to wrap a widget at a given location on the display.

public Tap(Point);

Initialises a tap object to wrap a heavyweight widget.

public Tap(IntPtr);

See Also

Tap Class | GroupLab.WidgetTap Namespace