2.2.6.19.6 ListBox::GetCurSel

Description

Syntax

int GetCurSel( )const

Parameters

Return

Examples

EX1

#include <..\OriginLab\DialogEx.h>   // Dialog class
 
#define IDC_LIST1 1001

void ListBox_GetCurSel(Dialog& MyDlg)
{
	ListBox  m_List = MyDlg.GetItem(IDC_LIST1);    
	int nSel = m_List.GetCurSel();
}

Remark

See Also

Header to Include

Control.h