CMFCImageEditorPaletteBar Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CMFCImageEditorPaletteBar Class.

Provides palette bar functionality to an image editor dialog box.

class CMFCImageEditorPaletteBar : public CMFCToolBar  

Public Methods

NameDescription
CMFCImageEditorPaletteBar::GetRowHeightReturns the height of toolbar buttons. (Overrides CMFCToolBar::GetRowHeight.)
CMFCImageEditorPaletteBar::IsButtonExtraSizeAvailableDetermines whether the toolbar can display buttons that have extended borders. (Overrides CMFCToolBar::IsButtonExtraSizeAvailable.)

Remarks

This class is not intended to be used directly from your code.

The framework uses this class to display a palette bar in an image editor dialog box. For more information about the image editor dialog box, see CMFCImageEditorDialog Class.

CObject

CCmdTarget

CWnd

CBasePane

CPane

CMFCBaseToolBa

CMFCToolBar

CMFCImageEditorPaletteBar

Header: afximageeditordialog.h

Returns the height of toolbar buttons.

virtual int GetRowHeight() const;  

Return Value

The height of each button on the toolbar.

Determines whether the toolbar can display buttons that have extended borders.

virtual BOOL IsButtonExtraSizeAvailable() const;  

Return Value

This method returns FALSE.

Hierarchy Chart
Classes
CMFCImageEditorDialog Class

Show: