HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.AdvancedSelectors.dll
Root namespaceBinarymission.WinForms.Controls.Selectors
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10
Depends onDoubleBufferedControlBase, 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 DropDownHostConfigurationA class to expose properties exclusively relating to the popup editor.
interface ITimePickerHostDescribes the expectations from a Time-picker Host control.
enum TimeConventionLists the possible Time convention values supported.
class TimePickerDropDownA custom control providing sophisticated UI, UX, and rich features for time picking functionality.