selection property

int? selection

Implementation

int? get selection => $get(#selection);
void selection=(int? pos)

Implementation

set selection(int? pos) => $set(#control.selection, pos);