C# Class ICSharpCode.WpfDesign.Designer.Controls.NumericUpDown

Inheritance: System.Windows.Controls.Control
ファイルを表示 Open project: icsharpcode/WpfDesigner

Public Properties

Property Type Description
DecimalPlacesProperty System.Windows.DependencyProperty
LargeChangeProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
SmallChangeProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
CoerceValue double
MoveValue void
NumericUpDown System
Print void
SetInputValue void
SetValue void
downButton_Click void
drag_Changed void
drag_Completed void
drag_Started void
upButton_Click void

Public Methods

Method Description
LargeDown ( ) : void
LargeUp ( ) : void
OnApplyTemplate ( ) : void
SmallDown ( ) : void
SmallUp ( ) : void

Protected Methods

Method Description
OnDragCompleted ( ) : void
OnDragStarted ( ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
CoerceValue ( double newValue ) : double
MoveValue ( double delta ) : void
NumericUpDown ( ) : System
Print ( ) : void
SetInputValue ( ) : void
SetValue ( double newValue ) : void
downButton_Click ( object sender, RoutedEventArgs e ) : void
drag_Changed ( DragListener drag ) : void
drag_Completed ( DragListener drag ) : void
drag_Started ( DragListener drag ) : void
upButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LargeDown() public method

public LargeDown ( ) : void
return void

LargeUp() public method

public LargeUp ( ) : void
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnDragCompleted() protected method

protected OnDragCompleted ( ) : void
return void

OnDragStarted() protected method

protected OnDragStarted ( ) : void
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

SmallDown() public method

public SmallDown ( ) : void
return void

SmallUp() public method

public SmallUp ( ) : void
return void

Property Details

DecimalPlacesProperty public_oe static_oe property

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

LargeChangeProperty public_oe static_oe property

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

MaximumProperty public_oe static_oe property

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

MinimumProperty public_oe static_oe property

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

SmallChangeProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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