Contains check box native API.
Protected Static Methods | |
static void | check_state (intptr control, int32 check_state) |
Sets check state. | |
|
staticprotected |
Sets check state.
control | Check box window handle. |
check_state | The check state value : BST_UNCHECKED or BST_CHECKED or BST_INDETERMINATE. |