[]
Displays and edits date and/or time values. Includes a dropdown calendar for easy input of datetime values.
[ToolboxBitmap(typeof(C1DateEdit), "C1DateEdit.png")]
public class C1DateEdit : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor
Name | Description |
---|---|
C1DateEdit() | Initializes a new instance of the C1DateEdit class. |
Name | Description |
---|---|
Dispose(bool) | Releases the resources used by the C1DateEdit. |
OnCultureInfoSetup(CultureInfoSetupEventArgs) | This method is for internal use only. |
OnDropDownClosed(DropDownClosedEventArgs) | This method is for internal use only. |
OnFontChanged(EventArgs) | Raises the System.Windows.Forms.Control.FontChanged event. |
OnUpDownButtonClick(UpDownButtonClickEventArgs) | This method is for internal use only. |
OnValueChanged(EventArgs) | This method is for internal use only. |
OnVisualStyleChanged(EventArgs) | Invokes the VisualStyleChanged event. |
OpenDropDown() | Shows the dropdown. |
SetCultureInfo(CultureInfo) | Sets culture. |
SpinDown() | Performs spin down. |
SpinDown(TimeSpan) | Performs spin down. |
SpinUp() | Performs spin up. |
SpinUp(TimeSpan) | Performs spin up. |
UpdateDataType(Type) | This method is for internal use only. |
UpdateSelection() | Updates selection of the text according to the InitialSelection property. |