SelectedChoiceIndex
return fCompletionStyle->SelectedChoiceIndex();
virtual int32 SelectedChoiceIndex() const = 0;
int32 SelectedChoiceIndex() const;
virtual int32 SelectedChoiceIndex() const;
int32 index = SelectedChoiceIndex() - CountVisibleChoices();
int32 index = SelectedChoiceIndex() + CountVisibleChoices();