Version 24.2 (latest)

ResolveNoteAppearance(UltraScheduleControlRoleBase,Note,AppearanceData,AppearancePropFlags,Boolean) Method

Resolves the appearance for a Note object.
Syntax
public void ResolveNoteAppearance( 
   UltraScheduleControlRoleBase componentRole,
   Note note,
   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.
note
Note 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