Version

EmbeddableElementDisplayStyle Enumeration

Determines the style of display for embeddable editor elements.
Syntax
'Declaration
 
Public Enum EmbeddableElementDisplayStyle 
   Inherits System.Enum
public enum EmbeddableElementDisplayStyle : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to Standard.
Office2000Emulate Office2000 appearance
Office2003Emulate Office2003 appearance
Office2007Emulate Office2007 appearance
Office2010Emulate the Office 2010 appearance.
Office2013Emulate the Office 2013 appearance.
OfficeXPEmulate OfficeXP appearance
ScenicRibbonEmulate the Scenic Ribbon appearance.
StandardStandard
VisualStudio2005Emulate VisualStudio2005 appearance
WindowsVistaEmulate Windows Vista toolbar buttons
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