OptionsWindows Members
Allows specifying custom window types instead of the default windows.Constructors
| Name | Description |
|---|---|
| OptionsWindows() | Initializes a new instance of the OptionsWindows class with the default settings. |
Fields
| Name | Description |
|---|---|
| AppointmentWindowTypeProperty static | Identifies the OptionsWindows.AppointmentWindowType dependency property. |
| DeleteOccurrenceWindowTypeProperty static | Identifies the OptionsWindows.DeleteOccurrenceWindowType dependency property. |
| EditOccurrenceWindowTypeProperty static | Identifies the OptionsWindows.EditOccurrenceWindowType dependency property. |
| GotoDateWindowTypeProperty static | Identifies the OptionsWindows.GotoDateWindowType dependency property. |
| RecurrenceWindowTypeProperty static | Identifies the OptionsWindows.RecurrenceWindowType dependency property. |
| RemindersWindowTypeProperty static | Identifies the OptionsWindows.RemindersWindowType dependency property. |
| TimeRulerWindowTypeProperty static | Identifies the OptionsWindows.TimeRulerWindowType dependency property. |
Properties
| Name | Description |
|---|---|
| AppointmentWindowType | Gets or sets the type for the Appointment Window. This is a dependency property. |
| DeleteOccurrenceWindowType | Gets or sets the type of Delete Occurence window. This is a dependency property. |
| EditOccurrenceWindowType | Gets or sets the type of the Edit Occurrence Window. This is a dependency property. |
| GotoDateWindowType | Gets or sets the type of the Go to Date Window. This is a dependency property. |
| RecurrenceWindowType | Gets or sets the type of the Recurrence Window. This is a dependency property. |
| RemindersWindowType | Gets or sets the object type inherited from the Window class which is instantiated and shown instead of the default Reminders window. |
| TimeRulerWindowType | Gets or sets the type of the TimeRuler Window. This is a dependency property. |
See Also