CMFCBaseVisualManager::DrawComboDropButton
Zeichnet eine Kombinationsfelddropdownschaltfläche mithilfe des Designs der aktiven Fenster.
virtual BOOL DrawComboDropButton(
CDC* pDC,
CRect rect,
BOOL bDisabled,
BOOL bIsDropped,
BOOL bIsHighlighted
);
Parameter
Parameter |
Description |
---|---|
[in] pDC |
Ein Zeiger auf einem Gerätekontext. |
[in] rect |
Das umschließende Rechteck der Kombinationsfelddropdownschaltfläche. |
[in] bDisabled |
Gibt an, ob die Kombinationsfelddropdownschaltfläche deaktiviert ist. |
[in] bIsDropped |
Gibt an, ob die Kombinationsfelddropdownschaltfläche unten abgelegt wird. |
[in] bIsHighlighted |
Gibt an, ob die Kombinationsfelddropdownschaltfläche hervorgehoben wird. |
Rückgabewert
TRUE, wenn Design API aktiviert ist; andernfalls FALSE.
Anforderungen
Header: afxvisualmanager.h