getIsGoToEnabled abstract method

bool getIsGoToEnabled(
  1. int index
)

Indicates whether its allowed to go to specified index.

Implementation

bool getIsGoToEnabled(
  int index,
);