Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies whether toolbar buttons display large icons.
static void SetLargeIcons(
BOOL bLargeIcons=TRUE
);
Parameters
- [in] bLargeIcons
A Boolean value that specifies which icons to use. If this parameter is TRUE, the framework displays large icons. Otherwise, the framework displays regular icons.
Remarks
The framework calls this method when the user changes the state of the Large Icons check box in the Options tab of the Customize dialog box. This method resizes all toolbars in the application.
By default, the framework displays regular icons.
For more information about the Customize dialog box, see CMFCToolBarsCustomizeDialog Class.
Requirements
Header: afxtoolbar.h