void CBCGPPropList::SetCurSel | ( | CBCGPProp * | pProp, |
BOOL | bRedraw = TRUE |
||
) |
Selects a property in a property list control.
Call this function to make the specifies by pProp property selected.
pProp | A pointer to a property object to be selected. |
bRedraw | If TRUE, the property list control should be redrawn upon selection. |