A base class for time picker controls that have a drop-down part and up/down functionality.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public abstract class TimePickerBase : Control, INotifyPropertyChanged
Visual Basic (Declaration)
Public MustInherit Class TimePickerBase _
	Inherits Control _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              Mindscape.WpfElements..::.TimePickerBase
                Mindscape.WpfElements..::.TimeSpanPicker
                Mindscape.WpfElements..::.TimePicker

See Also