C
void RbSetCheck( RADIOBUTTON * pRb, WORD ID );
Overview
This function sets the Radio Button with the given ID to its checked state.
Input Parameters
Input Parameters |
Description |
RADIOBUTTON * pRb |
Pointer to the Radio Button in the group. |
WORD ID |
ID of the object to be checked. |
Returns
none
Preconditions
none
Side Effects
none
Example
See RbGetCheck() example.