tabIndex property

int? get tabIndex

Implementation

int? get tabIndex native;
set tabIndex (int? value)

Implementation

set tabIndex(int? value) native;