uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

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)
 

Function Documentation

◆ ButtonChecked()

bool ButtonChecked ( HWND  hBtn)

Return true if checkbox/radiobtn is checked.

Definition at line 1282 of file UserUtil.cpp.

◆ ButtonCtrlChecked()

bool ButtonCtrlChecked ( HWND  hDlg,
UINT  Id 
)

See ButtonChecked().

Definition at line 1286 of file UserUtil.cpp.

◆ CheckButton()

bool CheckButton ( HWND  hBtn,
bool  Check 
)

Check/uncheck a checkbox/radiobtn.

Definition at line 1291 of file UserUtil.cpp.

◆ CheckButtonCtrl()

bool CheckButtonCtrl ( HWND  hDlg,
UINT  Id,
bool  Check 
)

See CheckButton().

Definition at line 1296 of file UserUtil.cpp.