C
WORD GOLCanBeFocused( OBJ_HEADER * object );
Overview
This function returns non-zero if the object can be focused. Only button, check box, radio button, slider, edit box, list box, scroll bar can accept focus. If the object is disabled it cannot be set to focused state.
Input Parameters
Input Parameters |
Description |
OBJ_HEADER * object |
Pointer to the object of interest. |
Returns
This returns a non-zero if the object can be focused and zero if not.
Preconditions
none
Side Effects
none