|
Windows C++ Library
|
#include <CheckBoxList.hpp>
Public Member Functions | |
| CCheckBoxList () | |
| ~CCheckBoxList () | |
| void | ItemCheck (size_t nItem, bool bChecked) |
| bool | IsItemChecked (size_t nItem) |
Protected Member Functions | |
| virtual void | OnCreate (const CRect &rcClient) |
| void CCheckBoxList::ItemCheck | ( | size_t | nItem, |
| bool | bChecked | ||
| ) | [inline] |
| bool CCheckBoxList::IsItemChecked | ( | size_t | nItem | ) | [inline] |
| void CCheckBoxList::OnCreate | ( | const CRect & | rcClient | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
1.7.6.1