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.
The framework calls this method to retrieve the text color of an auto-hide button.
virtual COLORREF GetAutoHideButtonTextColor(
CMFCAutoHideButton* pButton
);
Parameters
- [in] pButton
A pointer to an auto-hide button.
Return Value
A COLORREF parameter that specifies the text color of pButton.
Remarks
Override this method in a derived class to customize the text color of an auto-hide button in your application. To do this, return the color that you want your application to use as the text color.
Requirements
Header: afxvisualmanager.h