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.
Called by a parent property list control when a user clicks the value field of a property.
virtual BOOL OnClickValue(
UINT uiMsg,
CPoint point
);
Parameters
[in] uiMsg
A mouse message.[in] point
A point, in client coordinates.
Return Value
TRUE if the specified mouse message is processed by this method; otherwise, FALSE.
Remarks
By default, this method returns FALSE if the current property is not editable. Otherwise, the edit or spin control that is associated with this property processes the specified mouse message, and then this method returns TRUE.
Requirements
Header: afxpropertygridctrl.h