| BOOL CBCGPPropList::EnableProperty | ( | UINT | nID, |
| BOOL | bEnable = TRUE, |
||
| BOOL | bIncludeSubItems = FALSE |
||
| ) |
Enables or disables a property.
Call this method to enable or disable a particular property.
| nID | Specifies property ID. |
| bEnable | TRUE - enable property; FALSE - disable property. |
| bIncludeSubItems | TRUE - enable/disable property sub-items (recursively). |