Search
ItemDrawContext.drawRecurrenceIcon Method
See Also
 






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

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

 Syntax

Java  Copy Code

public boolean drawRecurrenceIcon (
    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, ItemSettings.getShowRecurrenceIcons and ItemSettings.getShowRecurrenceExceptionIcons. Specify false for this property to perform unconditional rendering.

 Return Value

true if the icon has been rendered; otherwise, false.

 See Also