Version

ViewStyle Enumeration

Enumeration indicating the current viewstyle.
Syntax
'Declaration
 
Public Enum ViewStyle 
   Inherits System.Enum
public enum ViewStyle : System.Enum 
Members
MemberDescription
DefaultNo view style specified
Office2000Render using an Office 2000 style.
Office2003Render using an Office 2003 style
Office2007Render using an Office 2007 style
Office2010Render using an Office 2010 style.
Office2013Render using an Office 2013 style.
OfficeXpRender using an Office Xp style.
ScenicRibbonRender using a Scenic Ribbon style.
StandardDisplay using the object's default look.
VisualStudio2005Render using a Visual Studio 2005 style
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also