Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called by the framework to display the border of the button.
virtual void OnDrawBorder(
CDC* pDC,
CRect& rectClient,
UINT uiState
);
Parameters
[in] pDC
Points to the device context used to draw the border.[in] rectClient
A rectangle in the device context that is specified by the the pDC parameter that defines the boundaries of the button to be drawn.[in] uiState
Specifies the visual state of the button.
Remarks
Override this function to customize the color button's border appearance.
Requirements
Header: afxcolorbutton.h