Search
ItemDrawContext.DrawRecurrenceIcon Method
See Also
 






Draws an icon representing the item's recurrence state at the specified location.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool DrawRecurrenceIcon (
    ref Rect destination,
    bool useSettings
)

Visual Basic  Copy Code

Public Function DrawRecurrenceIcon( _
    ByRef destination As Rect, _
    useSettings As Boolean _
) As Boolean

 Parameters

destination

A reference to the destination rectangle. This rectangle might be changed in the process of rendering.

useSettings
Specifies whether to take into consideration validation properties, such as EnableDefaultRendering, ShowRecurrenceIcons and ShowRecurrenceExceptionIcons. Specify false for this property to perform unconditional rendering.

 Return Value

true if an icon has been drawn; otherwise, false.

 See Also