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