Returns True if the todo item was cancelled.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual bool IsCancelled()
Visual Basic
Public Overridable Function IsCancelled As Boolean
Visual C++
public:
virtual bool IsCancelled()

Return Value

True if the todo was cancelled, False otherwise.

Implements

ITodo..::..IsCancelled()()()()

See Also