Represents events scheduled to occur at some point in time. It is derived by concrete classes such as Appointment.
The following tables list the members exposed by the Item type.
Name | Description | |
---|---|---|
Initializes a new instance of the Item class. |
Name | Description | |
---|---|---|
Adds a ItemListener to the item. |
||
Creates a clone of this item. |
||
Gets a value indicating whether the item represents an all day event. |
||
Gets a value indicating whether users are allowed to change the item's end time. |
||
Gets a value indicating whether users are allowed to change the item's start time. |
||
Gets a value indicating whether users are allowed to move the item. |
||
Gets a list with all contacts associated with this item. |
||
Gets the description displayed for this item by scheduling controls. |
||
Gets the item's scheduled end time. |
||
Gets the header text displayed for this item by scheduling controls. |
||
Gets the string identifier of this item. |
||
Gets the location associated with this item. |
||
Gets a value indicating whether users are forbidden to modify this item. |
||
Gets the index of a repeating occurrence of a recurring item. |
||
Gets the style associated with the item. |
||
Gets the style associated with the item. |
||
Gets the priority of this item. |
||
Gets the recurrence pattern of this item. |
||
Gets the recurrence state of this item. |
||
Gets the reminder for this item. |
||
Gets a list with all resources associated with this item. |
||
Gets the selected style associated with the item. |
||
Gets the item's scheduled start time. |
||
Gets a style associated with the item. |
||
Gets custom data associated with the item. |
||
Gets the task associated with this item. |
||
Gets a flag indicating whether the item is visible or not. |
||
Returns a hash code for this item. |
||
Overloaded. |
||
Removes the specified ItemListener from the item. |
||
Overloaded. |
||
Sets a value indicating whether the item represents an all day event. |
||
Sets a value indicating whether users are allowed to change the item's end time. |
||
Sets a value indicating whether users are allowed to change the item's start time. |
||
Sets a value indicating whether users are allowed to move the item. |
||
Sets the description displayed for this item by scheduling controls. |
||
Sets the item's scheduled end time. |
||
Sets the header text displayed for this item by scheduling controls. |
||
Sets the string identifier of this item. |
||
Sets the location associated with this item. |
||
Sets a value indicating whether users are forbidden to modify this item. |
||
Sets the style associated with the item. |
||
Sets the style associated with the item. |
||
Sets the priority of this item. |
||
Sets the recurrence pattern of this item. |
||
Sets the reminder for this item. |
||
Sets the selected style associated with the item. |
||
Sets the item's scheduled start time. |
||
Sets a style associated with the item. |
||
Sets custom data associated with the item. |
||
Sets the task associated with this item. |
||
Sets a flag indicating whether the item is visible or not. |
Name | Description | |
---|---|---|
Called by the recurrence whenever a new occurrence is being generated in order to populate the fields of the instance from the master item. |
||
Creates an item state corresponding to the concrete type of this item. |
||
Forces the item to be repainted. |
||
Restores the state of this item. |
||
Saves the state of this item. |