Specifies the cause of a ScheduleItem being created.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum ScheduleItemCreationType |
| Visual Basic |
|---|
Public Enumeration ScheduleItemCreationType |
| Visual C++ |
|---|
public enum class ScheduleItemCreationType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TextInput | 0 | The user has input some text to trigger the creation of a ScheduleItem. | |
| DoubleClick | 1 | The user has double clicked on a day or time slot to trigger the creation of a ScheduleItem. | |
| CreateHereButton | 2 | The user has hovered the mouse over a day or time slot and then clicked the create-here button that appeared. | |
| AddItemToolBarButton | 3 | The user has used the add-item button found in the navigation tool bar. |