Searched refs:CheckButton (Results 1 – 3 of 3) sorted by relevance
97 bool CheckButton(unsigned buttonID, UINT checkState) in CheckButton() function99 bool CheckButton(unsigned buttonID, bool checkState) in CheckButton() function100 { return CheckButton(buttonID, UINT(checkState ? BST_CHECKED : BST_UNCHECKED)); } in CheckButton()
124 CheckButton(id, GetBoolsVal(b1, b2)); in CheckButton_TwoBools()185 CheckButton(IDX_PASSWORD_SHOW, _info.ShowPassword.Val); in OnInit()198 CheckButton(IDX_EXTRACT_NAME_ENABLE, true); in OnInit()
38 CheckButton(IDX_PASSWORD_SHOW, ShowPassword); in OnInit()