Méthode | Description | |
---|---|---|
Hide ( ) : void |
Make the ribbon group date time picker hidden.
|
|
ResetShortcutKeys ( ) : void |
Resets the ShortcutKeys property to its default value.
|
|
Show ( ) : void |
Make the ribbon group date time picker visible.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnCheckedChanged ( EventArgs e ) : void |
Raises the CheckedChanged event.
|
|
OnCloseUp ( DateTimePickerCloseArgs e ) : void |
Raises the CloseUp event.
|
|
OnDropDown ( DateTimePickerDropArgs e ) : void |
Raises the DropDown event.
|
|
OnFormatChanged ( EventArgs e ) : void |
Raises the FormatChanged event.
|
|
OnGotFocus ( EventArgs e ) : void |
Raises the GotFocus event.
|
|
OnKeyDown ( KeyEventArgs e ) : void |
Raises the KeyDown event.
|
|
OnKeyPress ( KeyPressEventArgs e ) : void |
Raises the KeyPress event.
|
|
OnKeyUp ( KeyEventArgs e ) : void |
Raises the KeyUp event.
|
|
OnLostFocus ( EventArgs e ) : void |
Raises the LostFocus event.
|
|
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void |
Raises the PreviewKeyDown event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
|
OnValueChanged ( EventArgs e ) : void |
Raises the ValueChanged event.
|
|
OnValueNullableChanged ( EventArgs e ) : void |
Raises the ValueNullableChanged event.
|
Méthode | Description | |
---|---|---|
CreateView ( KryptonRibbon ribbon, NeedPaintHandler needPaint ) : ViewBase | ||
KryptonRibbonGroupDateTimePicker ( ) : System | ||
MonitorControl ( KryptonDateTimePicker c ) : void | ||
OnControlEnter ( object sender, EventArgs e ) : void | ||
OnControlLeave ( object sender, EventArgs e ) : void | ||
OnDateTimePickerCheckedChanged ( object sender, EventArgs e ) : void | ||
OnDateTimePickerCloseUp ( object sender, DateTimePickerCloseArgs e ) : void | ||
OnDateTimePickerDropDown ( object sender, DateTimePickerDropArgs e ) : void | ||
OnDateTimePickerFormatChanged ( object sender, EventArgs e ) : void | ||
OnDateTimePickerGotFocus ( object sender, EventArgs e ) : void | ||
OnDateTimePickerKeyDown ( object sender, KeyEventArgs e ) : void | ||
OnDateTimePickerKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void | ||
OnDateTimePickerKeyPress ( object sender, KeyPressEventArgs e ) : void | ||
OnDateTimePickerKeyUp ( object sender, KeyEventArgs e ) : void | ||
OnDateTimePickerLostFocus ( object sender, EventArgs e ) : void | ||
OnDateTimePickerValueChanged ( object sender, EventArgs e ) : void | ||
OnDateTimePickerValueNullableChanged ( object sender, EventArgs e ) : void | ||
OnDesignTimeContextMenu ( MouseEventArgs e ) : void | ||
OnPaletteNeedPaint ( object sender, NeedLayoutEventArgs e ) : void | ||
OnRibbonPaletteChanged ( object sender, EventArgs e ) : void | ||
ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
ResetCalendarAnnuallyBoldedDates ( ) : void | ||
ResetCalendarBoldedDates ( ) : void | ||
ResetCalendarDayOfWeekStyle ( ) : void | ||
ResetCalendarDayStyle ( ) : void | ||
ResetCalendarHeaderStyle ( ) : void | ||
ResetCalendarMonthlyBoldedDates ( ) : void | ||
ResetCalendarTodayDate ( ) : void | ||
ResetCalendarTodayText ( ) : void | ||
ResetMaxDate ( ) : void | ||
ResetMinDate ( ) : void | ||
ResetValue ( ) : void | ||
ResetValueNullable ( ) : void | ||
ShouldSerializeCalendarAnnuallyBoldedDates ( ) : bool | ||
ShouldSerializeCalendarBoldedDates ( ) : bool | ||
ShouldSerializeCalendarDayOfWeekStyle ( ) : bool | ||
ShouldSerializeCalendarDayStyle ( ) : bool | ||
ShouldSerializeCalendarHeaderStyle ( ) : bool | ||
ShouldSerializeCalendarMonthlyBoldedDates ( ) : bool | ||
ShouldSerializeCalendarTodayDate ( ) : bool | ||
ShouldSerializeMaxDate ( ) : bool | ||
ShouldSerializeMinDate ( ) : bool | ||
ShouldSerializeShortcutKeys ( ) : bool | ||
ShouldSerializeValue ( ) : bool | ||
ShouldSerializeValueNullable ( ) : bool | ||
UnmonitorControl ( KryptonDateTimePicker c ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected OnCheckedChanged ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |
protected OnCloseUp ( DateTimePickerCloseArgs e ) : void | ||
e | DateTimePickerCloseArgs | An DateTimePickerCloseArgs containing the event data. |
Résultat | void |
protected OnDropDown ( DateTimePickerDropArgs e ) : void | ||
e | DateTimePickerDropArgs | An DateTimePickerDropArgs containing the event data. |
Résultat | void |
protected OnFormatChanged ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |
protected OnGotFocus ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |
protected OnKeyDown ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | An KeyEventArgs containing the event data. |
Résultat | void |
protected OnKeyPress ( KeyPressEventArgs e ) : void | ||
e | KeyPressEventArgs | An KeyPressEventArgs containing the event data. |
Résultat | void |
protected OnKeyUp ( KeyEventArgs e ) : void | ||
e | KeyEventArgs | An KeyEventArgs containing the event data. |
Résultat | void |
protected OnLostFocus ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void | ||
e | PreviewKeyDownEventArgs | An PreviewKeyDownEventArgs containing the event data. |
Résultat | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | Name of property that has changed. |
Résultat | void |
protected OnValueChanged ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |
protected OnValueNullableChanged ( EventArgs e ) : void | ||
e | EventArgs | An EventArgs containing the event data. |
Résultat | void |