Share via


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.

Requirements

Header: afxtoolbarscustomizedialog.h

See Also

Reference

CMFCToolBarsCustomizeDialog Class

Hierarchy Chart

CMFCToolBarsCustomizeDialog::AddButton