CMFCPropertyGridCtrl::GetProperty
Retrieves a pointer to the property object that corresponds to the specified index of an item in a property grid control.
CMFCPropertyGridProperty* GetProperty(
int nIndex
) const;
Parameters
[in] nIndex
The zero-based index of a property grid control item.This method asserts if the nIndex parameter is less than zero or greater than or equal to the number of properties.
Return Value
A pointer to the property object that corresponds to the specified index if this method is successful; otherwise, NULL.
Requirements
Header: afxpropertygridctrl.h