C# Class Signum.Windows.TimePicker

Interaction logic for TimePicker.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
IsEditableProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
TimePartProperty System.Windows.DependencyProperty
TimeSpanConverterProperty System.Windows.DependencyProperty

Public Methods

Method Description
TimePicker ( ) : System
TimePicker_Loaded ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
UpdateVisibility ( ) : void

Private Methods

Method Description
OnConverterChanged ( object converter ) : void
TimePartChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateVisibility ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

TimePicker() public method

public TimePicker ( ) : System
return System

TimePicker_Loaded() public method

public TimePicker_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

UpdateVisibility() protected method

protected UpdateVisibility ( ) : void
return void

Property Details

IsEditableProperty public static property

public static DependencyProperty,System.Windows IsEditableProperty
return System.Windows.DependencyProperty

IsReadOnlyProperty public static property

public static DependencyProperty,System.Windows IsReadOnlyProperty
return System.Windows.DependencyProperty

TimePartProperty public static property

public static DependencyProperty,System.Windows TimePartProperty
return System.Windows.DependencyProperty

TimeSpanConverterProperty public static property

public static DependencyProperty,System.Windows TimeSpanConverterProperty
return System.Windows.DependencyProperty