MobileForms Toolkit Documentation

OutlookDateTimePicker Class

Managed OutlookDateTimePicker control. User can select a day from popup calendar.

For a list of all members of this type, see OutlookDateTimePicker Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Resco.Controls.OutlookControls.OutlookDateTimePicker

public class OutlookDateTimePicker : UserControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

OutlookDateTimePicker control can be used to display and change DateTime value. Possible Value can be in the range given by MinDate and MaxDate properties.

Value is displayed according to chosen Format. If format is custom, property CustomFormat contains the custom datetime format string.

Value of the control can be changed using dropdown calendar or using up-down control, according to ShowUpDown property. Aligment of the drop-down calendar can be changed using DropDownAlign property.

On dropdown button OutlookMonthCalendar is displayed. To customize the look of the dropdown calendar you can use properties CalendarFont, CalendarForeColor, CalendarMonthBackground, CalendarTitleBackColor, CalendarTitleForeColor and CalendarTrailingForeColor. You can change the TodayText of the calendar and also the NoneText displayed if ShowNone is set to true.

You can control which days are displayed in bold by dropdown calendar using properties BoldedDates, MonthlyBoldedDates and AnnuallyBoldedDates.

Requirements

Namespace: Resco.Controls.OutlookControls

Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)

See Also

OutlookDateTimePicker Members | Resco.Controls.OutlookControls Namespace