CListCtrl::GetSelectionMark
更新 : 2007 年 11 月
リスト ビュー コントロールの選択マークを取得します。
int GetSelectionMark( );
戻り値
選択マーク (開始値 0) を返します。選択マークがない場合は -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