Version

GetResolvedOutlook2007ColorScheme(UltraCalendarLook) Method

Returns the resolved Outlook2007ColorScheme instance which defines the default appearance property values for this Ownerwhen the UltraCalendarLook.ViewStyle property of the specified UltraCalendarLook is set to 'Office2007'.
Syntax
'Declaration
 
Public Function GetResolvedOutlook2007ColorScheme( _
   ByVal calendarLook As UltraCalendarLook _
) As Outlook2007ColorScheme
public Outlook2007ColorScheme GetResolvedOutlook2007ColorScheme( 
   UltraCalendarLook calendarLook
)

Parameters

calendarLook
The UltraCalendarLook instance whose UltraCalendarLook.Outlook2007ColorSchemes collection provides the color scheme information.

Return Value

The resolved Outlook2007ColorScheme instance which defines the default appearance property values for this Ownerwhen the UltraCalendarLook.ViewStyle property of the specified UltraCalendarLook is set to 'Office2007'.
Remarks

When a value is assigned to this Owner's Outlook2007ColorScheme property, that value is returned. In the absence of a specific setting, an Outlook2007ColorScheme instance is randomly assigned to this Owner, and that instance is used to provide the appearance property values.

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