Draws an icon representing the underlying item's recurrence state at the specified location.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool DrawRecurrenceIcon ( |
Visual Basic
Copy Code
|
|---|
Public Function DrawRecurrenceIcon( _ |
Specifies whether to take into consideration validation properties, such as EnableDefaultRendering, ShowRecurrenceIcons and ShowRecurrenceExceptionIcons. Specify false for this property to perform unconditional rendering.
true if the icon has been rendered; otherwise, false.
See Also