BOOL CBCGPPropList::DeleteProperty | ( | CBCGPProp *& | pProp, |
BOOL | bRedraw = TRUE , |
||
BOOL | bAdjustLayout = TRUE |
||
) |
Deletes the specified property from the property list.
Use this method to delete properties from the property list at runtime. If a property has sub-items, the property is deleted with its sub-items.
pProp | A pointer to a property to delete. |
bRedraw | If TRUE, the property list will be redrawn. |
bAdjustLayout | If TRUE, the layout of property list will be recalculated. |