GroupLab Widget Tap Library

Picker.Pick Method 

Runs an interactive selection cycle and returns a tap for the selected widget, constraining to widgets that can be tapped by objects of the given type.

public static Tap Pick(
   Type tapType
);

Parameters

tapType
Type of tap object to return.

Return Value

A tap for the selected widget, or null if the user cancels the selection cycle.

See Also

Picker Class | GroupLab.WidgetTap Namespace