Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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