Search
ItemDrawContext.DrawStartClock Method
See Also
 





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

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

 Syntax

C#  Copy Code

public bool DrawStartClock (
    ref Rectangle destination,
    bool useSettings
)

Visual Basic  Copy Code

Public Function DrawStartClock( _
    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