CListCtrl::SetSelectedColumn
Sets the selected column of the list view control.
LRESULT SetSelectedColumn(
int iCol
);
- iCol
The index of the column to be selected.
The return value is not used.
This member function emulates the functionality of the LVM_SETSELECTEDCOLUMN message, as described in the Windows SDK.
Header: afxcmn.h