Version

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

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

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.
completelyResolve
Indicates if the appearance should be completely resolved with default values.
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