Version

ResolveHolidayAppearance(UltraScheduleControlRoleBase,Holiday,AppearanceData,AppearancePropFlags,Boolean) Method

Resolves the appearance for a Holiday object.
Syntax
'Declaration
 
Public Overloads Sub ResolveHolidayAppearance( _
   ByVal componentRole As UltraScheduleControlRoleBase, _
   ByVal holiday As Holiday, _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedPropFlags As Infragistics.Win.AppearancePropFlags, _
   ByVal selected As Boolean _
) 
public void ResolveHolidayAppearance( 
   UltraScheduleControlRoleBase componentRole,
   Holiday holiday,
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedPropFlags,
   bool selected
)

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.
holiday
Holiday for which the appearance will be resolved.
appearance
The appearance structure to initialize
requestedPropFlags
The properties that are needed
selected
Boolean indicating whether the object is selected.
Remarks

The resolution for the appearance of a specific holiday 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