Share via


CMFCVisualManagerOfficeXP Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CMFCVisualManagerOfficeXP Class.

The CMFCVisualManagerOfficeXP gives an application a Microsoft Office XP appearance.

Syntax

class CMFCVisualManagerOfficeXP : public CMFCVisualManager  

Members

All of the members of this class are virtual functions that are derived from the ancestor of this class, CMFCVisualManager Class.

Remarks

You use the CMFCVisualManagerOfficeXP class to change the visual appearance of your application to resemble that of Microsoft Office XP.

Example

The following example demonstrates how to use CMFCVisualManagerOfficeXP. This code snippet is part of the Desktop Alert Demo sample.

      CMFCVisualManager::SetDefaultManager (RUNTIME_CLASS (CMFCVisualManagerOfficeXP));

Inheritance Hierarchy

CObject

CMFCBaseVisualManager

CMFCVisualManager

CMFCVisualManagerOfficeXP

Requirements

Header: afxvisualmanagerofficexp.h

See Also

Hierarchy Chart
Classes
CMFCVisualManager Class