This section specifies the exact usage for each API function.
Function Gets the the check box value.
- Parameters
-
pThis | - pointer to the check box object |
- Returns
- Current value of check box object
- Note
- This gets the value of check box.
Definition at line 323 of file d4d_check_box.c.
Function Sets the the check box value.
- Parameters
-
pThis | - pointer to the check box object that should be sets. |
value | - new value of check box |
- Returns
- none.
- Note
- This sets the value of check box.
Definition at line 296 of file d4d_check_box.c.