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.
Called by the framework when it draws the border of an Outlook page button.
virtual void OnDrawOutlookPageButtonBorder(
CDC* pDC,
CRect& rectBtn,
BOOL bIsHighlighted,
BOOL bIsPressed
);
Parameters
[in] pDC
A pointer to a device context.[in] rectBtn
A rectangle that specifies the boundary of the Outlook page button.[in] bIsHighlighted
A Boolean that specifies whether the button is highlighted.[in] bIsPressed
A Boolean that specifies whether the button is pressed.
Remarks
Override this method in a custom visual manager to change the appearance of the Outlook page button.
Requirements
Header: afxvisualmanager.h