CMFCPropertyGridProperty::GetSubItem
Retrieves a sub-property identified by a zero-based index.
CMFCPropertyGridProperty* GetSubItem(
int nIndex
) const;
Parameters
- [in] nIndex
The zero-based index of the property to retrieve. This parameter is invalid if it is less than zero or greater than or equal to the number of sub-properties.
Return Value
A pointer to a property object that is a child item of this property.
-or-
In retail mode, NULL if the nIndex parameter is invalid. In debug mode, this method asserts.
Requirements
Header: afxpropertygridctrl.h