|
Windows C++ Library
|
#include <CheckBox.hpp>
Public Member Functions | |
| CCheckBox () | |
| void | Check (bool bCheck=true) const |
| bool | IsChecked () const |
Protected Member Functions | |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| void CCheckBox::Check | ( | bool | bCheck = true | ) | const [inline] |
| bool CCheckBox::IsChecked | ( | ) | const [inline] |
| void CCheckBox::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
1.7.6.1