BCGControlBar Pro for MFC
virtual BOOL CBCGPProp::PushChar ( UINT  nChar)
virtual

Called from the property list control when the property is selected and user enters a new character.

Returns
Should return TRUE if editing of the property can be continued; otherwise FALSE.

This function called from the property list control when the property is selected and the user enters a new character. Override this function in a derived class to process the user input.

Parameters
nCharSpecifies the character to be entered.