This is the complete list of members for CBCGPColorButton, including all inherited members.
ALIGN_CENTER enum value | CBCGPButton | |
ALIGN_LEFT enum value | CBCGPButton | |
ALIGN_RIGHT enum value | CBCGPButton | |
AlignStyle enum name | CBCGPButton | |
BUTTONSTYLE_3D enum value | CBCGPButton | |
BUTTONSTYLE_FLAT enum value | CBCGPButton | |
BUTTONSTYLE_NOBORDERS enum value | CBCGPButton | |
BUTTONSTYLE_SEMIFLAT enum value | CBCGPButton | |
CBCGPColorButton(BOOL bRibbonMode=FALSE) | CBCGPColorButton | |
CleanUp() | CBCGPButton | virtual |
ClearNumericNotificationBadge(BOOL bRedraw=TRUE) | CBCGPButton | |
EnableAutomaticButton(LPCTSTR lpszLabel, COLORREF colorAutomatic, BOOL bEnable=TRUE) | CBCGPColorButton | |
EnableFullTextTooltip(BOOL bOn=TRUE) | CBCGPButton | |
EnableMenuFont(BOOL bOn=TRUE, BOOL bRedraw=TRUE) | CBCGPButton | |
EnableOtherButton(LPCTSTR lpszLabel, BOOL bAltColorDlg=TRUE, BOOL bEnable=TRUE) | CBCGPColorButton | |
EnableWinXPTheme(BOOL bEnable=TRUE) | CBCGPButton | static |
FlatStyle enum name | CBCGPButton | |
GetAutomaticColor() const | CBCGPColorButton | inline |
GetColor() const | CBCGPColorButton | inline |
GetDescription(CString &strDescr) const | CBCGPButton | |
GetNumericNotificationBadge() const | CBCGPButton | inline |
GetNumericNotificationBadgeColor() const | CBCGPButton | inline |
GetTooltip(CString &strTooltip) | CBCGPButton | |
GetToolTipCtrl() | CBCGPButton | |
GetTooltipDescription(CString &strTooltipDescription) | CBCGPButton | |
IsAutoCheck() const | CBCGPButton | inline |
IsAutorepeatCommandMode() const | CBCGPButton | inline |
IsCheckBox() const | CBCGPButton | inline |
IsDrawColorInDisabledControl() const | CBCGPColorButton | inline |
IsHighlighted() const | CBCGPButton | inline |
IsImageAutoScale() const | CBCGPButton | inline |
IsPressed() const | CBCGPButton | inline |
IsPushed() const | CBCGPButton | inline |
IsRadioButton() const | CBCGPButton | inline |
m_bDontSetCapture | CBCGPButton | static |
m_bDrawFocus | CBCGPButton | |
m_bEnabledInCustomizeMode | CBCGPColorButton | |
m_bHighlightChecked | CBCGPButton | |
m_bOnGlass | CBCGPButton | |
m_bRighImage | CBCGPButton | |
m_bTopImage | CBCGPButton | |
m_bTransparent | CBCGPButton | |
m_bUseTitleFontInCommandLinks | CBCGPButton | static |
m_bVisualManagerStyle | CBCGPButton | |
m_nAlignStyle | CBCGPButton | |
m_nFlatStyle | CBCGPButton | |
OnDraw(CDC *pDC, const CRect &rect, UINT uiState) | CBCGPColorButton | protectedvirtual |
OnDrawBorder(CDC *pDC, CRect &rectClient, UINT uiState) | CBCGPColorButton | protectedvirtual |
OnDrawFocusRect(CDC *pDC, const CRect &rectClient) | CBCGPColorButton | protectedvirtual |
OnDrawImage(CDC *pDC, const CRect &rectImage, UINT uiState) | CBCGPButton | protectedvirtual |
OnDrawNotificationBadge(CDC *pDC, CRect rect, int nNumber, COLORREF clrFill=CLR_DEFAULT) | CBCGPButton | protectedvirtual |
OnDrawPaletteColorBox(CDC *pDC, const CRect rectColor, COLORREF color, BOOL bIsAutomatic, BOOL bIsSelected, BOOL bOnPopupMenu) | CBCGPColorButton | inlinevirtual |
OnDrawText(CDC *pDC, const CRect &rect, const CString &strText, UINT uiDTFlags, UINT uiState) | CBCGPButton | protectedvirtual |
OnShowColorPopup() | CBCGPColorButton | protectedvirtual |
SelectFont(CDC *pDC) | CBCGPButton | protectedvirtual |
SetAutorepeatMode(int nTimeDelay=500) | CBCGPButton | |
SetCheckedImage(const CBCGPSVGImage &svg, CSize sizeImage=CSize(0, 0), const CBCGPSVGImage &svgHot=CBCGPSVGImage(), const CBCGPSVGImage &svgDisabled=CBCGPSVGImage(), const CBCGPSVGImage &svgPressed=CBCGPSVGImage()) | CBCGPButton | |
SetCheckedImage(HICON hIcon, BOOL bAutoDestroy=TRUE, HICON hIconHot=NULL, HICON hIconDisabled=NULL, BOOL bAlphaBlend=FALSE, HICON hIconPressed=NULL) | CBCGPButton | |
SetCheckedImage(HBITMAP hBitmap, BOOL bAutoDestroy=TRUE, HBITMAP hBitmapHot=NULL, BOOL bMap3dColors=TRUE, HBITMAP hBitmapDisabled=NULL, HBITMAP hBitmapPressed=NULL) | CBCGPButton | |
SetCheckedImage(UINT uiBmpResId, UINT uiBmpHotResId=0, UINT uiBmpDsblResID=0, UINT uiBmpPressedResId=0) | CBCGPButton | |
SetColor(COLORREF color) | CBCGPColorButton | virtual |
SetColorName(COLORREF color, const CString &strName) | CBCGPColorButton | inlinestatic |
SetColors(const CArray< COLORREF, COLORREF > &colors) | CBCGPColorButton | |
SetColumnsNumber(int nColumns) | CBCGPColorButton | inline |
SetDescription(LPCTSTR lpszDescr) | CBCGPButton | |
SetDocumentColors(LPCTSTR lpszLabel, CList< COLORREF, COLORREF > &lstColors) | CBCGPColorButton | |
SetDrawColorInDisabledControl(BOOL bSet=TRUE) | CBCGPColorButton | |
SetFaceColor(COLORREF crFace, BOOL bRedraw=TRUE, BOOL bMixFaceColorWithTheme=TRUE) | CBCGPButton | |
SetImage(HICON hIcon, BOOL bAutoDestroy=TRUE, HICON hIconHot=NULL, HICON hIconDisabled=NULL, BOOL bAlphaBlend=FALSE, HICON hIconPressed=NULL) | CBCGPButton | |
SetImage(HBITMAP hBitmap, BOOL bAutoDestroy=TRUE, HBITMAP hBitmapHot=NULL, BOOL bMap3dColors=TRUE, HBITMAP hBitmapDisabled=NULL, HBITMAP hBitmapPressed=NULL) | CBCGPButton | |
SetImage(UINT uiBmpResId, UINT uiBmpHotResId=0, UINT uiBmpDsblResID=0, UINT uiBmpPressedResId=0) | CBCGPButton | |
SetImage(const CBCGPSVGImage &svg, CSize sizeImage=CSize(0, 0), const CBCGPSVGImage &svgHot=CBCGPSVGImage(), const CBCGPSVGImage &svgDisabled=CBCGPSVGImage(), const CBCGPSVGImage &svgPressed=CBCGPSVGImage()) | CBCGPButton | |
SetImageAutoScale() | CBCGPButton | |
SetMouseCursor(HCURSOR hcursor) | CBCGPButton | |
SetMouseCursorHand() | CBCGPButton | |
SetNumericNotificationBadge(int nNotificationBadge, COLORREF clrNotificationBadgeFill=CLR_DEFAULT, BOOL bRedraw=TRUE) | CBCGPButton | |
SetPalette(CPalette *pPalette) | CBCGPColorButton | |
SetStdIcon(LPCTSTR szStdIconID, BOOL bIsLargeIcon=FALSE) | CBCGPButton | |
SetStdImage(CBCGPMenuImages::IMAGES_IDS id, CBCGPMenuImages::IMAGE_STATE state=CBCGPMenuImages::ImageBlack, CBCGPMenuImages::IMAGES_IDS idDisabled=(CBCGPMenuImages::IMAGES_IDS)-1, CBCGPMenuImages::IMAGE_STATE stateDisabled=(CBCGPMenuImages::IMAGE_STATE)-1, CBCGPMenuImages::IMAGE_STATE stateHighlighted=(CBCGPMenuImages::IMAGE_STATE)-1, CBCGPMenuImages::IMAGE_STATE statePressed=(CBCGPMenuImages::IMAGE_STATE)-1) | CBCGPButton | |
SetTextColor(COLORREF clrText) | CBCGPButton | inline |
SetTextHotColor(COLORREF clrTextHot) | CBCGPButton | inline |
SetTooltip(LPCTSTR lpszToolTipText, LPCTSTR lpszToolTipDescription=NULL) | CBCGPButton | |
SetWebColors() | CBCGPColorButton | |
SizeToContent(BOOL bCalcOnly=FALSE) | CBCGPColorButton | virtual |
UpdateColor(COLORREF color) | CBCGPColorButton | protectedvirtual |