uLib
User mode C/C++ extended API library for Win32 programmers.
|
Additional checkbox/radio-button functions.
Functions | |
bool | ButtonChecked (HWND hBtn) |
bool | ButtonCtrlChecked (HWND hDlg, UINT Id) |
bool | CheckButton (HWND hBtn, bool Check) |
bool | CheckButtonCtrl (HWND hDlg, UINT Id, bool Check) |
bool ButtonChecked | ( | HWND | hBtn | ) |
Return true if checkbox/radiobtn is checked.
Definition at line 1282 of file UserUtil.cpp.
bool ButtonCtrlChecked | ( | HWND | hDlg, |
UINT | Id | ||
) |
See ButtonChecked().
Definition at line 1286 of file UserUtil.cpp.
bool CheckButton | ( | HWND | hBtn, |
bool | Check | ||
) |
Check/uncheck a checkbox/radiobtn.
Definition at line 1291 of file UserUtil.cpp.
bool CheckButtonCtrl | ( | HWND | hDlg, |
UINT | Id, | ||
bool | Check | ||
) |
See CheckButton().
Definition at line 1296 of file UserUtil.cpp.