WinForms › Date Picker
Date Picker
.NET Framework 4.8.NET 6 / 8 / 10v3.0.1WinForms
An Outlook styled DatePicker .NET Control for WinForms
11public types
105public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.BinaryDatePicker.dll |
| Root namespace | Binarymission.WinForms.Controls.DateTimeControls |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | BinaryExtendedText, BinaryToolTip |
Getting started
using Binarymission.WinForms.Controls.DateTimeControls;
// Designer: build the solution once, then drag BinaryDatePicker from the Toolbox onto a form.
// In code:
var binaryDatePicker = new BinaryDatePicker
{
Dock = DockStyle.Fill,
};
this.Controls.Add(binaryDatePicker);
API reference
Binarymission.WinForms.Controls.DateTimeControls
class BinaryDatePicker | BinaryDatePicker control is an Outlook© style DatePicker control, which lets a user select a date from its custom Month/Year calendar (a fixed-font calendar), and to display that date in a specified format. Apart from providing the look-and-feel of Microsoft© Outlook© DatePicker object, the control class has rich and powerful features and is highly configurable too. |
delegate CustomFormatDateChangeHandler | Handles text typed against a custom date format. The handler is told what was typed and whether it failed to parse, and sets the value the picker will use. |
delegate CustomValidator | Delegate to process custom validation of user typed-in date. |
delegate DateChangePreHandler | Handles the notification raised just before the date picker accepts a new date, giving a subscriber sight of the value on its way in. |
delegate MouseOverADateHandler | Specifies the method handler signature for handing the event MouseIsOverADate. |
enum BinaryDatePickerFormat | Specifies the date/time format the control uses for display. |
enum BinaryToolTipStyle | Lists the valid types of supported tooltip window styles. |
enum BorderState | Enumerates the various states available for drawing the control's date displaying text control's border. |
class DateInfo | The class that holds the data about the date over which the mouse pointer is currently positioned over. |
class DateToolTipInfo | Information class that holds user preferences on the tooltip that can displayed when positioning the mouse pointer over a date in the drop-down calender. |
enum DropDownImageStyle | Enumerates the various styles of supported images that can be drawn in the control's drop-down button portion. |