| CBCGPProp* CBCGPProp::GetSubItem | ( | int | nIndex, |
| BOOL | bSkipHidden = FALSE |
||
| ) | const |
Returns a specific sub-property identified by the zero-based index.
Call this function to retrieve a specific sub-property identified by the zero-based index. The function asserts if the specified index is below 0 or exceeds the number of child sub-properties.
| nIndex | Specifies the zero-based index of the property to be retrieved. |
| bSkipHidden | If this parameter is TRUE, the invisible (hidden) properties are not taken into account, and the method returns the property in the visible items list. |