Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the button processes the WM_COMMAND message.
virtual BOOL NotifyCommand(
int iNotifyCode
);
Parameters
- [in] iNotifyCode
The notification message that is associated with the command.
Return Value
TRUE if the button processes the WM_COMMAND message, or FALSE to indicate that the message must be handled by the parent toolbar.
Remarks
The framework calls this method when it is about to send a WM_COMMAND message to the parent window.
This method extends the base class implementation (CMFCToolBarButton::NotifyCommand) by processing the EN_UPDATE notification. For each edit box with the same command ID as this object, it sets its text label to the text label of this object.
Requirements
Header: afxtoolbareditboxbutton.h
See Also
Reference
CMFCToolBarEditBoxButton Class