Version

ResolveWeekAppearance(UltraScheduleControlRoleBase,Int32,Int32,AppearanceData,AppearancePropFlags,AppearanceData) Method

Resolve the appearance for a Week object.
Syntax
'Declaration
 
Public Overloads Sub ResolveWeekAppearance( _
   ByVal componentRole As UltraScheduleControlRoleBase, _
   ByVal week As Integer, _
   ByVal year As Integer, _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedPropFlags As Infragistics.Win.AppearancePropFlags, _
   ByRef defaultAppData As Infragistics.Win.AppearanceData _
) 
public void ResolveWeekAppearance( 
   UltraScheduleControlRoleBase componentRole,
   int week,
   int year,
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedPropFlags,
   ref Infragistics.Win.AppearanceData defaultAppData
)

Parameters

componentRole
The Infragistics.Win.AppStyling.UltraControlRole-derived instance which provides the application styling information for the associated UltraScheduleControlBase-derived control for which the appearance is being resolved.
week
Week number
year
Year
appearance
The appearance structure to initialize
requestedPropFlags
The properties that are needed
defaultAppData
Struct containing default values to use when resolving the appearance. This appearance data will be used after resolving against the specific appearance properties but before applying the internal default settings.
Remarks

The resolution for the appearance of a specific week goes through a staged process using the most specific Infragistics.Win.AppearanceBase information and working back through the least specific Appearance settings.

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