CMFCEditBrowseCtrl::OnBrowse

Called by the framework after the user clicks the browse button of the edit browse control.

virtual void OnBrowse();

Remarks

Use this method to execute custom code when the user clicks the browse button of the edit browse control. Derive your own class from the CMFCEditBrowseCtrl class and override its OnBrowse method. In that method, implement a custom browse action and optionally update the text box of the edit browse control. In your application, use the EnableBrowseButton method to put the edit browse control in custom browse mode.

Requirements

Header: afxeditbrowsectrl.h

See Also

Reference

CMFCEditBrowseCtrl Class

Hierarchy Chart

CMFCEditBrowseCtrl::EnableBrowseButton