Udostępnij za pośrednictwem


CMFCToolBarsCustomizeDialog::FillAllCommandsList

Populates the provided CListBox object with the commands in the All Commands category.

virtual void FillAllCommandsList(
   CListBox& wndListOfCommands
) const;

Parameters

  • [out] wndListOfCommands
    A reference to the CListBox object to populate.

Remarks

The All Commands category contains the commands of all categories. The CMFCToolBarsCustomizeDialog::AddButton method adds the command that is associated with the provided button to the All Commands category for you.

This method clears the contents of the provided CListBox object before populating it with the commands in the All Commands category.

The CMFCMousePropertyPage class uses this method to populate the double-click event list box. For more information about the CMFCMousePropertyPage class, see CMFCMousePropertyPage Class.

Requirements

Header: afxtoolbarscustomizedialog.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolBarsCustomizeDialog Class

CMFCToolBarsCustomizeDialog::AddButton

CMFCMousePropertyPage Class