C
void CbSetText( CHECKBOX * pCb, XCHAR * pText );
Overview
This function sets the text that will be used.
Input Parameters
Input Parameters |
Description |
CHECKBOX * pCb |
The pointer to the check box whose text will be modified. |
XCHAR * pText |
The pointer to the text that will be used. |
Returns
none
Preconditions
none
Side Effects
none