Search
ItemDrawContext.drawReminderIcon Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public boolean drawReminderIcon (
    Rectangle destination,
    boolean useSettings
)

 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 ItemSettings.getEnableDefaultRendering and ItemSettings.getShowReminderIcons. Specify false for this property to perform unconditional rendering.

 Return Value

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

 See Also