Version

UltraFormStyle Enumeration

Enumerator used to specify the style of the form.
Syntax
'Declaration
 
Public Enum UltraFormStyle 
   Inherits System.Enum
public enum UltraFormStyle : System.Enum 
Members
MemberDescription
DefaultThe form will be displayed in their default style of OfficeXP.
Office2000Visual elements will emulate the Office2000 look and feel.
Office2003Visual elements will emulate the Office2003 look and feel.
Office2007Visual elements will emulate the Office 2007 look and feel.
Office2010Visual elements will emulate the Office 2010 Ribbon look and feel.
Office2013Visual elements will emulate the Office 2013 Ribbon look and feel.
OfficeXPVisual elements will emulate the OfficeXP look and feel.
ScenicRibbonVisual elements will emulate the Scenic Ribbon look and feel.
VisualStudio2005Visual elements will emulate the VisualStudio2005 look and feel.
WindowsVistaVisual elements will emulate the Windows Vista look and feel.
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