SpQueryButtonCheckstate: Difference between revisions
Appearance
m Martini moved page OS2 API:spQueryButtonCheckstate to OS2 API:SPUTILS:spQueryButtonCheckstate |
m Ak120 moved page OS2 API:SPUTILS:spQueryButtonCheckstate to SpQueryButtonCheckstate |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
* 2 – The button control is in indeterminate state. | * 2 – The button control is in indeterminate state. | ||
[[Category: | [[Category:SpUtils]] |
Latest revision as of 23:45, 26 February 2017
Returns the checked state of the button control specified.
Syntax: isChecked = spQueryButtonCheckstate ( hwndDlg , buttonID )
Parameters:
- hwndDlg – Dialog window handle which owns the button to be queried.
- buttonID – Button control identity.
Returns:
- 0 – The button control is in unchecked state.
- 1 – The button control is in checked state.
- 2 – The button control is in indeterminate state.