Class DateTimePickerNullable
Nullable DateTime picker
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class DateTimePickerNullable : DateTimePicker, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceDateTimePickerNullable()
Declaration
public DateTimePickerNullable()
Fields
View SourceBeforeEnterTab
Declaration
public BeforeEnterTabEvent BeforeEnterTab
Field Value
| Type | Description |
|---|---|
| BeforeEnterTabEvent |
MaxDateValue
Declaration
public static readonly DateTime MaxDateValue
Field Value
| Type | Description |
|---|---|
| DateTime |
MinDateValue
Declaration
public static readonly DateTime MinDateValue
Field Value
| Type | Description |
|---|---|
| DateTime |
Properties
View SourceEnterAsTab
Declaration
public bool EnterAsTab { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Value
Declaration
public DateTime Value { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
View SourceOnCloseUp(EventArgs)
Declaration
protected override void OnCloseUp(EventArgs eventargs)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | eventargs |
Overrides
View SourceOnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e |
Overrides
View SourceOnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |
Overrides
View SourceOnValidated(EventArgs)
Declaration
protected override void OnValidated(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
View SourceOnValueChanged(EventArgs)
Declaration
protected override void OnValueChanged(EventArgs eventargs)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | eventargs |
Overrides
View SourceProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | msg | |
| Keys | keyData |
Returns
| Type | Description |
|---|---|
| bool |