[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format Category=Common [Edit] Class=ComboBox [Property] Width= | |200 Height= | |20 @CalendarFont=Sets the font style applied to the calendar.ARG(Font)|15| @CalendarForeColor=Sets the foreground color of the calendar.ARG(Color)|8|clBtnText @CalendarMonthBackground=Sets the background color of the calendar month.ARG(Color)|8|clWindow @CalendarTitleBackColor=Sets the background color of the calendar title.ARG(Color)|8|clActiveCaption @CalendarTitleForeColor=Sets the foreground color of the calendar title.ARG(Color)|8|clActiveCaptionText @CalendarTrailingForeColor=Sets the foreground color of the calendar trailing dates.ARG(Color)|8|clGrayText @Checked=Sets a value indicating whether the Value property has been set with a valid date/time value and the displayed value is able to be updated. ARG(bool)|14|0|True,False @CustomFormat=Sets the custom date/time format string.ARG(string)|2| @DropDownAlign=Sets the alignment of the drop-down calendar on the DateTimePicker control. ARG(LeftRightAlignment)|14|0|Left,Right @Format=Sets the format of the date and time displayed in the control.ARG(DateTimePickerFormat)|14|0|Long,Short,Time,Custom @MaxDate=Sets the maximum date and time that can be selected in the control.ARG(DateTime)|20|(empty)|DateTime @MinDate=Sets the minimum date and time that can be selected in the control.ARG(DateTime)|20|(empty)|DateTime @RightToLeftLayout=Sets whether the contents of the DateTimePicker are laid out from right to left. ARG(bool)|14|1|True,False @ShowCheckBox=Sets a value indicating whether a check box is displayed to the left of the selected date.ARG(bool)|14|1|True,False @ShowUpDown=Sets a value indicating whether a spin button control is used to adjust the date/time value.ARG(bool)|14|1|True,False @Value=Sets the date/time value assigned to the control.ARG(DateTime)|20|(empty)|DateTime [Methods] *doBackColor=Sets a value indicating the background color of the DateTimePicker control. ARG(Color)|1|0 *doText=Sets the text associated with this control. ARG(string)|1|0 *onCloseUp=Occurs when the drop-down calendar is dismissed and disappears.ARG(EventArgs)|2|0 *onDropDown=Occurs when the drop-down calendar is shown.ARG(EventArgs)|2|0 *onFormatChanged=Occurs when the Format property value has changed. ARG(EventArgs)|2|0 *onRightToLeftLayoutChanged=Occurs when the RightToLeftLayout property changes. ARG(EventArgs)|2|0 onValueChanged=Occurs when the Value property changes. ARG(DateTime)|2|0 *BackColor=Returns a value indicating the background color of the DateTimePicker control. ARG(Color)|3|8 *CalendarFont=Returns the font style applied to the calendar.ARG(Font)|3|0 *CalendarForeColor=Returns the foreground color of the calendar.ARG(Color)|3|8 *CalendarMonthBackground=Returns the background color of the calendar month.ARG(Color)|3|8 *CalendarTitleBackColor=Returns the background color of the calendar title.ARG(Color)|3|8 *CalendarTitleForeColor=Returns the foreground color of the calendar title.ARG(Color)|3|8 *CalendarTrailingForeColor=Returns the foreground color of the calendar trailing dates.ARG(Color)|3|8 *Checked=Returns a value indicating whether the Value property has been set with a valid date/time value and the displayed value is able to be updated. ARG(bool)|3|104 *CustomFormat=Returns the custom date/time format string.ARG(string)|3|2 *DropDownAlign=Returns the alignment of the drop-down calendar on the DateTimePicker control. ARG(LeftRightAlignment)|3|0 *Format=Returns the format of the date and time displayed in the control.ARG(DateTimePickerFormat)|3|0 *MaxDate=Returns the maximum date and time that can be selected in the control.ARG(DateTime)|3|0 *MaxDateTime=Specifies the maximum date value of the DateTimePicker control. This field is read-only. ARG(DateTime)|3|0 *MaximumDateTime=Returns the maximum date value allowed for the DateTimePicker control. ARG(DateTime)|3|0 *MinDate=Returns the minimum date and time that can be selected in the control.ARG(DateTime)|3|0 *MinDateTime=Returns the minimum date value of the DateTimePicker control. ARG(DateTime)|3|0 *MinimumDateTime=Returns the minimum date value allowed for the DateTimePicker control. ARG(DateTime)|3|0 *PreferredHeight=Returns the preferred height of the DateTimePicker control. ARG(int)|3|1 *RightToLeftLayout=Returns whether the contents of the DateTimePicker are laid out from right to left. ARG(bool)|3|104 *ShowCheckBox=Returns a value indicating whether a check box is displayed to the left of the selected date.ARG(bool)|3|104 *ShowUpDown=Returns a value indicating whether a spin button control is used to adjust the date/time value.ARG(bool)|3|104 *Text=Returns the text associated with this control. ARG(string)|3|2 Value=Returns the date/time value assigned to the control.ARG(DateTime)|3|0 DateTimePicker=Returns the DateTimePicker object. ARG(DateTimePicker)|3|0