Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.66 KB

cmfcvisualmanagerofficexp-class.md

File metadata and controls

51 lines (32 loc) · 1.66 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: CMFCVisualManagerOfficeXP Class
CMFCVisualManagerOfficeXP Class
11/04/2016
CMFCVisualManagerOfficeXP
CMFCVisualManagerOfficeXP class [MFC]
46b6f854-37c2-4836-8f56-5cb6ff63c9af

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.

[!code-cppNVC_MFC_DesktopAlertDemo#8]

Inheritance Hierarchy

CObject

CMFCBaseVisualManager

CMFCVisualManager

CMFCVisualManagerOfficeXP

Requirements

Header: afxvisualmanagerofficexp.h

See also

Hierarchy Chart
Classes
CMFCVisualManager Class