XLL+ Class Library

CXlControlOptionGroup::SetSel

Sets the index of the currently selected option

[C++]
void SetSel(
   int nSel
);

Parameters

nSel

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

Remarks

Sets the zero-based index of the currently selected option.

Requirements

Header: xldialog.h

See Also

CXlControlOptionGroup Class | CXlControlOptionGroup Methods