C# 클래스 ScreenToGif.Controls.DoubleBox

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

공개 프로퍼티들

프로퍼티 타입 설명
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
UpdateOnInputProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
IsEntryAllowed bool
IsEntryAllowedInContext bool
IsTextAllowed bool
OnLostFocus void
OnMaximumPropertyChanged void
OnMinimumPropertyChanged void
OnPasting void
OnPreviewTextInput void
OnTextChanged void
OnUpdateOnInputPropertyChanged void
OnValuePropertyChanged void

공개 메소드들

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

비공개 메소드들

메소드 설명
IsEntryAllowed ( TextBox textBox, string text ) : bool
IsEntryAllowedInContext ( TextBox textBox, string next ) : bool
IsTextAllowed ( string text ) : bool
OnLostFocus ( object sender, RoutedEventArgs e ) : void
OnMaximumPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinimumPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasting ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
OnPreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Check and validade input based on the current text.

OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
OnUpdateOnInputPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnValuePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

RaiseValueChangedEvent() 공개 메소드

public RaiseValueChangedEvent ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

public static DependencyProperty,System.Windows UpdateOnInputProperty
리턴 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