C# 클래스 SleepHunter.Controls.NumericUpDown

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: ewrogers/SleepHunter4

공개 프로퍼티들

프로퍼티 타입 설명
AllowTextInputProperty System.Windows.DependencyProperty
DecimalPlacesProperty System.Windows.DependencyProperty
IsHexadecimalProperty System.Windows.DependencyProperty
LargeIncrementProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
SmallIncrementProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
NumericUpDown ( ) : System
SelectAll ( ) : void

비공개 메소드들

메소드 설명
TextBox_LostFocus ( object sender, RoutedEventArgs e ) : void
TextBox_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
TextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
UpdateValue ( ) : void
decrementButton_Click ( object sender, RoutedEventArgs e ) : void
incrementButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

NumericUpDown() 공개 메소드

public NumericUpDown ( ) : System
리턴 System

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

프로퍼티 상세

AllowTextInputProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AllowTextInputProperty
리턴 System.Windows.DependencyProperty

DecimalPlacesProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DecimalPlacesProperty
리턴 System.Windows.DependencyProperty

IsHexadecimalProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsHexadecimalProperty
리턴 System.Windows.DependencyProperty

LargeIncrementProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LargeIncrementProperty
리턴 System.Windows.DependencyProperty

MaximumProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MaximumProperty
리턴 System.Windows.DependencyProperty

MinimumProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MinimumProperty
리턴 System.Windows.DependencyProperty

SmallIncrementProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SmallIncrementProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty