CMFCVisualManagerVS2005 Class
CMFCVisualManagerVS2005 gives an application a Microsoft Visual Studio 2005 appearance.
class CMFCVisualManagerVS2005 : public CMFCVisualManagerOffice2003
Members
Public Methods
Remarks
You use the CMFCVisualManagerVS2005 class to change the visual appearance of your application to resemble that of the Microsoft Visual Studio 2005.
All of the members of this class are virtual functions that are derived from the ancestor of this class, CMFCVisualManager Class.
Example
The following example demonstrates how to use the visual manager VS 2005. This code snippet is part of the Desktop Alert Demo sample.
CMFCVisualManager::SetDefaultManager (RUNTIME_CLASS (CMFCVisualManagerVS2005));
Inheritance Hierarchy
Requirements
Header: afxvisualmanagervs2005.h
See Also
Reference
CMFCVisualManagerOfficeXP Class
CMFCVisualManagerWindows Class
CMFCVisualManagerOffice2003 Class
CMFCVisualManager::SetDefaultManager