Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
iCal and vCard Documentation
ITodo
.
.
::
.
.
IsCancelled Method
ITodo Interface
See Also
Send Feedback
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#
bool
IsCancelled
()
Visual Basic
Function
IsCancelled
As
Boolean
Visual C++
bool
IsCancelled
()
Return Value
True if the todo was cancelled, False otherwise.
See Also
ITodo Interface
iCal Namespace