PyCToolBarCtrl
.CheckButton
int =
CheckButton(
nID
, bCheck
)
Check or clear a given button in a toolbar control
Parameters
nID
: int
Command identifier of the button to check or clear.
bCheck=1
: int
1 to check, 0 to clear the button
MFC References
CToolBarCtrl::CheckButton