ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <commctrl.h>
Public Attributes | |
NMCUSTOMDRAW | nmcd |
HBRUSH | hbrMonoDither |
HBRUSH | hbrLines |
HPEN | hpenLines |
COLORREF | clrText |
COLORREF | clrMark |
COLORREF | clrTextHighlight |
COLORREF | clrBtnFace |
COLORREF | clrBtnHighlight |
COLORREF | clrHighlightHotTrack |
RECT | rcText |
int | nStringBkMode |
int | nHLStringBkMode |
int | iListGap |
Definition at line 1016 of file commctrl.h.
COLORREF _NMTBCUSTOMDRAW::clrBtnFace |
Definition at line 1024 of file commctrl.h.
Referenced by TOOLBAR_DrawButton(), and TOOLBAR_DrawPattern().
COLORREF _NMTBCUSTOMDRAW::clrBtnHighlight |
Definition at line 1025 of file commctrl.h.
Referenced by TOOLBAR_DrawButton(), and TOOLBAR_DrawPattern().
COLORREF _NMTBCUSTOMDRAW::clrHighlightHotTrack |
Definition at line 1026 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
COLORREF _NMTBCUSTOMDRAW::clrMark |
Definition at line 1022 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
COLORREF _NMTBCUSTOMDRAW::clrText |
Definition at line 1021 of file commctrl.h.
Referenced by CMenuToolbarBase::OnCustomDraw(), and TOOLBAR_DrawButton().
COLORREF _NMTBCUSTOMDRAW::clrTextHighlight |
Definition at line 1023 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
HBRUSH _NMTBCUSTOMDRAW::hbrLines |
Definition at line 1019 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
HBRUSH _NMTBCUSTOMDRAW::hbrMonoDither |
Definition at line 1018 of file commctrl.h.
Referenced by TOOLBAR_DrawButton(), and TOOLBAR_DrawPattern().
HPEN _NMTBCUSTOMDRAW::hpenLines |
Definition at line 1020 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
int _NMTBCUSTOMDRAW::iListGap |
Definition at line 1030 of file commctrl.h.
Referenced by CMenuToolbarBase::OnCustomDraw().
int _NMTBCUSTOMDRAW::nHLStringBkMode |
Definition at line 1029 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
NMCUSTOMDRAW _NMTBCUSTOMDRAW::nmcd |
Definition at line 1017 of file commctrl.h.
Referenced by CTaskSwitchWnd::HandleToolbarNotification(), CMenuToolbarBase::OnCustomDraw(), TOOLBAR_DrawButton(), TOOLBAR_DrawFrame(), TOOLBAR_DrawImage(), TOOLBAR_DrawPattern(), TOOLBAR_DrawSepDDArrow(), TOOLBAR_EraseBackground(), and TOOLBAR_Refresh().
int _NMTBCUSTOMDRAW::nStringBkMode |
Definition at line 1028 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().
RECT _NMTBCUSTOMDRAW::rcText |
Definition at line 1027 of file commctrl.h.
Referenced by TOOLBAR_DrawButton().