PocketPlanner Programmer's Guide

CustomDrawArgs Members

Properties

Contains the arguments passed to handlers of the Draw event.

The following tables list the members exposed by the CustomDrawArgs type.

 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the element being drawn.

Date

Gets the date and time associated with the element being drawn.

Element

Gets the type of the calendar element being drawn.

EndTime

Gets the end time associated with the element being drawn.

Graphics

Gets the GraphicsEx instance whose methods can be used to perform custom drawing.

Index

Gets the index associated with the element being drawn.

Item

Gets the item being custom drawn.

Resource

Gets the resource related to the element being drawn.

StartTime

Gets the start time associated with the element being drawn.

Style

Gets the style associated with the element being drawn.

Text

Gets the text associated with the element being drawn.

 See Also