WinForms › Time Picker
Time Picker
.NET Framework 4.8.NET 6 / 8 / 10v3.1.0WinForms
A highly customisable TimePicker .NET Control for WinForms
4public types
141public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.AdvancedSelectors.dll |
| Root namespace | Binarymission.WinForms.Controls.Selectors |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | DoubleBufferedControlBase, PopupEditor |
Getting started
using Binarymission.WinForms.Controls.Selectors;
// Designer: build the solution once, then drag TimePickerDropDown from the Toolbox onto a form.
// In code:
var timePickerDropDown = new TimePickerDropDown
{
Dock = DockStyle.Fill,
};
this.Controls.Add(timePickerDropDown);
API reference
Binarymission.WinForms.Controls.Selectors.TimeSelectors
class DropDownHostConfiguration | A class to expose properties exclusively relating to the popup editor. |
interface ITimePickerHost | Describes the expectations from a Time-picker Host control. |
enum TimeConvention | Lists the possible Time convention values supported. |
class TimePickerDropDown | A custom control providing sophisticated UI, UX, and rich features for time picking functionality. |