MindFusion WinForms Programmer's Guide
ItemDrawContext.DrawEndClock Method
See Also
 





Draws a clock icon representing the underlying item's end time at the specified location.

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

 Syntax

C#  Copy Code

public bool DrawEndClock (
    ref Rectangle destination,
    bool useSettings
)

Visual Basic  Copy Code

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

 Return Value

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

 See Also

ItemDrawContext Members
ItemDrawContext Class
MindFusion.Scheduling.WinForms Namespace