C# 클래스 ScreenToGif.Controls.NumericTextBox

상속: System.Windows.Controls.TextBox
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 프로퍼티들

프로퍼티 타입 설명
IsBoundProperty System.Windows.DependencyProperty
IsHexProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
IsTextDisallowed bool
NumericTextBox System
NumericTextBox_ValueChanged void
PastingEvent void
RaiseValueChangedEvent void
TextBox_MouseWheel void
TextBox_PreviewTextInput void
TextBox_TextChanged void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
IsTextDisallowed ( string text ) : bool
NumericTextBox ( ) : System
NumericTextBox_ValueChanged ( object sender, RoutedEventArgs e ) : void
PastingEvent ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
RaiseValueChangedEvent ( ) : 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

프로퍼티 상세

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

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

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

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

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

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

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

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

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

Create a custom routed event by first registering a RoutedEventID, this event uses the bubbling routing strategy.
public static RoutedEvent,System.Windows ValueChangedEvent
리턴 System.Windows.RoutedEvent

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

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