Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Constructs a CMFCPropertyGridColorProperty object.
CMFCPropertyGridColorProperty(
const CString& strName,
const COLORREF& color,
CPalette* pPalette = NULL,
LPCTSTR lpszDescr = NULL,
DWORD_PTR dwData = 0
);
Parameters
[in] strName
The name of the property.[in] color
The color value of the property.[in] pPalette
Pointer to a palette of colors. The default value is NULL.[in] lpszDescr
The property description. The default value is NULL.[in] dwData
Application-specific data, such as an integer or a pointer to other data that is associated with the property. The default value is 0.
Requirements
Header: afxpropertygridctrl.h