RTD documentation


Main Page   Class Hierarchy   Compound List   Compound Members  

Crtd_ItemSelect Class Reference

Dialog for selecting hidden controls. More...

#include <rtd_ItemSelect.h>

Inheritance diagram for Crtd_ItemSelect:

CDialog CWnd List of all members.

Public Methods

 Crtd_ItemSelect (CStringArray* pArr)
 Constructor. More...

CString GetSelectedItem ()
 Returns selected item.


Detailed Description

Dialog for selecting hidden controls.

The dialog provides a simple CListBox based UI for selecting a hidden control for subsequent display.

Usage:

CStringArray arr;
GetHiddenItemsNames(&arr);
Crtd_ItemSelect dlg(&arr);
if (dlg.DoModal()!=IDOK) return;
CString szSelectedItem = dlg.GetSelectedItem();
...

Version:
1.3
Date:
01.01.2000


Constructor & Destructor Documentation

Crtd_ItemSelect::Crtd_ItemSelect ( CStringArray * pArr )
 

Constructor.

Populates the list of hidded items with values provided in input array.

Parameters:
pArr   string array of hidded items.


The documentation for this class was generated from the following files:

Last reviewed on Saturday February 07, 2004. Latest version is available at hamradio.idealog.net