Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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