#include <WTL-PP.h>
Definition at line 113 of file WTL-PP.h.
CCheckBox::CCheckBox |
( |
HWND |
hWnd = NULL | ) |
|
|
inline |
bool CCheckBox::IsChecked |
( |
| ) |
const |
|
inline |
Definition at line 116 of file WTL-PP.h.
116 {
return GetCheck() == BST_CHECKED;}
Definition at line 119 of file WTL-PP.h.
119 {m_hWnd = wnd;
return *
this; }
void CCheckBox::ToggleCheck |
( |
bool |
state | ) |
|
|
inline |
Definition at line 115 of file WTL-PP.h.
115 {SetCheck(state ? BST_CHECKED : BST_UNCHECKED);}
The documentation for this class was generated from the following file: