Search
ItemDrawContext.DrawRecurrenceIcon Method
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool DrawRecurrenceIcon (
    ref Rectangle destination,
    bool useSettings
)

Visual Basic  Copy Code

Public Function DrawRecurrenceIcon( _
    ByRef destination As Rectangle, _
    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 the icon has been rendered; otherwise, false.

 See Also