home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-06-14 | 2.7 KB | 42 lines |
- [DateTimePicker]
- 0=2,CalendarFont,public Font CalendarFont {get; set;}
- 1=2,CalendarForeColor,public Color CalendarForeColor {get; set;}
- 2=2,CalendarMonthBackground,public Color CalendarMonthBackground {get; set;}
- 3=2,CalendarTitleBackColor,public Color CalendarTitleBackColor {get; set;}
- 4=2,CalendarTrailingForeColor,public Color CalendarTrailingForeColor {get; set;}
- 5=2,CustomFormat,public string CustomFormat {get; set;}
- 6=2,DropDownAlign,public LeftRightAlignment DropDownAlign {get; set;}
- 7=2,Format,public DateTimePickerFormats Format {get; set;}
- 8=2,MaxDate,public DateTime MaxDate {get; set;}
- 9=2,MinDate,public DateTime MinDate {get; set;}
- 10=2,PreferredHeight,public int PreferredHeight {get;}
- 11=2,ReadOnly,public bool ReadOnly {get; set;}
- 12=2,ShowCheckBox,public bool ShowCheckBox {get; set;}
- 13=2,ShowUpDown,public bool ShowUpDown {get; set;}
- 14=2,Value,public DateTime Value {get; set;}
- 15=2,ValueSet,public bool ValueSet {get; set;}
- 16=3,OnCloseUp,protected virtual void OnCloseUp(EventArgs eventargs);
- 17=3,OnDropDown,protected virtual void OnDropDown(EventArgs eventargs);
- 18=3,OnFormatQuery,protected virtual void OnFormatQuery(DateTimeFormatQueryEventArgs dtfqevent);
- 19=3,OnTextChanged,protected virtual void OnTextChanged(EventArgs eventargs);
- 20=3,OnUserFormat,protected virtual void OnUserFormat(DateTimeFormatEventArgs dtfevent);
- 21=3,OnUserString,protected virtual void OnUserString(DateTimeUserStringEventArgs dtusevent);
- 22=3,OnValueChanged,protected virtual void OnValueChanged(EventArgs eventargs);
- 23=3,OnWmKeyDown,protected virtual void OnWmKeyDown(DateTimeWmKeyDownEventArgs dtevent);
- 24=3,ResetFormat,public void ResetFormat();
- 25=3,ResetMaxDate,public void ResetMaxDate();
- 26=3,ResetMinDate,public void ResetMinDate();
- 27=3,ResetText,public override void ResetText();
- 28=3,ResetValue,public void ResetValue();
- 29=3,ShouldPersistBackColor,public override bool ShouldPersistBackColor();
- 30=3,ShouldPersistCalendarFont,public bool ShouldPersistCalendarFont();
- 31=3,ShouldPersistCalendarForeColor,public bool ShouldPersistCalendarForeColor();
- 32=3,ShouldPersistCalendarMonthBackground,public bool ShouldPersistCalendarMonthBackground();
- 33=3,ShouldPersistCalendarTitleBackColor,public bool ShouldPersistCalendarTitleBackColor();
- 34=3,ShouldPersistCalendarTitleForeColor,public bool ShouldPersistCalendarTitleForeColor();
- 35=3,ShouldPersistCalendarTrailingForeColor,public bool ShouldPersistCalendarTrailingForeColor();
- 36=3,ShouldPersistForeColor,public override bool ShouldPersistForeColor();
- 37=3,ShouldPersistFormat,public bool ShouldPersistFormat();
- 38=3,ShouldPersistMaxDate,public bool ShouldPersistMaxDate();
- 39=3,ShouldPersistMinDate,public bool ShouldPersistMinDate();
- 40=3,ShouldPersistValue,public bool ShouldPersistValue();