CListCtrl::GetSelectionMark
リスト ビュー コントロールの選択の位置を取得します。
int GetSelectionMark( );
戻り値
オプションのマークがある場合はゼロ ベースのオプションの指定、または -1。
解説
このメンバー関数は Windows SDKに記述されている Win32 マクロの動作を、ListView_GetSelectionMark実行します。
使用例
// Set the selection mark to the first item only if no other item is
// selected.
if (m_myListCtrl.GetSelectionMark() == -1)
m_myListCtrl.SetSelectionMark(0);
必要条件
ヘッダー: afxcmn.h