CMFCPropertyGridProperty::PushChar
Called from the property list control when the property is selected and the user enters a new character.
virtual BOOL PushChar(
UINT nChar
);
Parameters
- [in] nChar
A character.
Return Value
TRUE if the edit operation is continuing; otherwise, FALSE.
Remarks
This method supports a property that is either a list of values or one of the following variant types: VT_INT, VT_I2, VT_I4, VT_UINT, VT_UI1, VT_UI2, VT_UI4, VT_R4, VT_R8, and VT_BSTR.
Requirements
Header: afxpropertygridctrl.h