XLL+ Class Library

CXlControlOptionGroup::GetSel

Returns the index of the currently selected option

[C++]
int GetSel() const;

Remarks

Returns the zero-based index of the currently selected option. Note that the index will reflect the order in which CXlDialog::Add() was called for each option.

Requirements

Header: xldialog.h

See Also

CXlControlOptionGroup Class | CXlControlOptionGroup Methods