#include <EditableListView.h>
List of all members.
Public Types |
enum | Type { None,
EditBox,
ComboBox,
FileBrowser
} |
Public Member Functions |
void | SetParent (HWND hWnd) |
HWND | CreateEdit (HWND hWnd, int iItem, int iSubItem) |
void | Browse (HWND hWnd) |
HWND | CreateComboBox (HWND hWnd, int iItem, int iSubItem) |
HWND | CreateFileBrowser (HWND hWnd, int iItem, int iSubItem) |
void | CheckActive () |
template<class T > |
void | OnNotify (const LPNMHDR nmhr, T ¬ify) |
Static Public Attributes |
static const int | ID_Browse = 5001 |
static const int | ID_Edit = 5000 |
Detailed Description
Opzioni: 1) EditBox 2) ComboBox 3) Browse for File Or Dir TODO: callback NOTE: WM_KEYDOWN never happens in dialog
The documentation for this class was generated from the following file: