MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laListWidget_SelectionMode Enumeration
MPLAB® Harmony Graphics Suite
laListWidget_SelectionMode Enumeration

Enumeration: laListWidget_SelectionMode_t 

Single - a single selection from the list is allowed at any one time Multiple - any number of selected items is allowed at any one time Contiguous - any number of selected items in a contiguous serious is allowed at any one time

C
typedef enum laListWidget_SelectionMode_t {
  LA_LIST_WIDGET_SELECTION_MODE_SINGLE,
  LA_LIST_WIDGET_SELECTION_MODE_MULTIPLE,
  LA_LIST_WIDGET_SELECTION_MODE_CONTIGUOUS
} laListWidget_SelectionMode;
Remarks

None.

MPLAB® Harmony Graphics Suite