C# 클래스 ScreenToGif.Controls.NumericUpDown

Numeric only control with up and down buttons to change the value.
상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 프로퍼티들

프로퍼티 타입 설명
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
StepProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
IsTextDisallowed bool
NumericTextBox_ValueChanged void
NumericUpDown System
PastingEvent void
PropertyChangedCallback void
TextBox_KeyDown void
_DownButton_Click void
_UpButton_Click void
_textBox_LostFocus void
_textBox_MouseWheel void
_textBox_PreviewTextInput void
_textBox_TextChanged void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
SelectAll ( ) : void

비공개 메소드들

메소드 설명
IsTextDisallowed ( string text ) : bool
NumericTextBox_ValueChanged ( object sender, EventArgs e ) : void
NumericUpDown ( ) : System
PastingEvent ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
PropertyChangedCallback ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
TextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
_DownButton_Click ( object sender, RoutedEventArgs e ) : void
_UpButton_Click ( object sender, RoutedEventArgs e ) : 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

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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