Version

CalendarResourceSet Enumeration

An enum that is used to identify the built in themes used by elements within the visual tree of CalendarBase derived controls
Syntax
'Declaration
 
Public Enum CalendarResourceSet 
   Inherits System.Enum
public enum CalendarResourceSet : System.Enum 
Members
MemberDescription
GenericThe default resource set
IGThemeThe resource set for the IG theme
Office2007BlackThe resource set for the Office 2007 Black theme
Office2007BlueThe resource set for the Office 2007 Blue theme
Office2007SilverThe resource set for the Office 2007 Silver theme
Office2010BlackThe resource set for the Office 2010 Black theme
Office2010BlueThe resource set for the Office 2010 Blue theme
Office2010SilverThe resource set for the Office 2010 Silver theme
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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