CMFCImageEditorPaletteBar Class
Visual Studio 2015
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
| Name | Description |
| CMFCImageEditorPaletteBar::GetRowHeight | Returns the height of toolbar buttons. (Overrides CMFCToolBar::GetRowHeight.) |
| CMFCImageEditorPaletteBar::IsButtonExtraSizeAvailable | Determines 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.
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.
Show: