| GroupLab Widget Tap Library |  | 
Picker.Highlighter Constructor 
            Intialises a highlighter to track the mouse as the user selects widgets that can be tapped by a given tap class.
            
public Picker.Highlighter(
   bool trackMouse,   
Type tapType);
Parameters
- trackMouse
 - A value that determines whether the mouse should be tracked.
 - tapType
 - The type of tap class that constrains selection of widgets.
 
See Also
Picker.Highlighter Class | GroupLab.WidgetTap Namespace