Class DateTimePickerAdv.MonthCalendarForDateTimePickerAdv
Modified version of MonthCalenderAdv class to fit the requirements of DateTimePickerAdv.
Inheritance
System.Object
DateTimePickerAdv.MonthCalendarForDateTimePickerAdv
Implements
System.ComponentModel.ISupportInitialize
Assembly: Syncfusion.Tools.Windows.dll
public class MonthCalendarForDateTimePickerAdv : MonthCalendarAdv, ISupportInitialize, INonClientPaintingSupport, ISupportCulture, IVisualStyle
Constructors
Declaration
public MonthCalendarForDateTimePickerAdv(bool dtCalendar, DateTimePickerAdv dtPicker)
Parameters
Properties
Gets or sets the current value of the calendar.
Declaration
public DateTime Value { get; set; }
Property Value
Methods
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
msg |
|
System.Windows.Forms.Keys |
keyData |
|
Returns
Implements
System.ComponentModel.ISupportInitialize