Version

ViewStyle Enumeration

Determines the view style for controls that are attached to this instance of the UltraCalendarLook component.
Syntax
'Declaration
 
Public Enum ViewStyle 
   Inherits System.Enum
public enum ViewStyle : System.Enum 
Members
MemberDescription
DefaultControls will appear as they did in previous versions. Note that the 'Default' setting is logically equivalent to 'Standard'
Office2003Controls will emulate the appearance of their respective counterparts in Outlook2003.
Office2007Controls will emulate the appearance of their respective counterparts in Outlook2007.
StandardControls will appear as they did in previous versions.
VisualStudio2005Controls will assume an appearance consistent with the look of VisualStudio2005.
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