Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Draws a push button using the current Windows theme.
virtual BOOL DrawPushButton(
CDC* pDC,
CRect rect,
CMFCButton* pButton,
UINT uiState
);
Parameters
[in] pDC
A pointer to a device context.[in] rect
The bounding rectangle of the push button.[in] pButton
A pointer to the CMFCButton Class object to draw.[in] uiState
Ignored. The state is taken from pButton.
Return Value
TRUE if Theme API is enabled; otherwise FALSE.
Requirements
Header: afxvisualmanager.h