Search
ItemDrawContext.DrawReminderIcon Method
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool DrawReminderIcon (
    ref Rect destination,
    bool useSettings
)

Visual Basic  Copy Code

Public Function DrawReminderIcon( _
    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 and ShowReminderIcons. Specify false for this property to perform unconditional rendering.

 Return Value

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

 See Also