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
DateTimePickerNullable()
Declaration
public DateTimePickerNullable()
Fields
BeforeEnterTab
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
EnterAsTab
Declaration
public bool EnterAsTab { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Value
Declaration
public DateTime Value { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
OnCloseUp(EventArgs)
Declaration
protected override void OnCloseUp(EventArgs eventargs)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | eventargs |
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e |
Overrides
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |
Overrides
OnValidated(EventArgs)
Declaration
protected override void OnValidated(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |
Overrides
OnValueChanged(EventArgs)
Declaration
protected override void OnValueChanged(EventArgs eventargs)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | eventargs |
Overrides
ProcessCmdKey(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 |