C# 클래스 NumericEntry.NumericEntryControl

Interaction logic for NumericEntryControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: ADN-DevTech/3dsMax-Explode-Geometry

공개 프로퍼티들

프로퍼티 타입 설명
IncrementProperty System.Windows.DependencyProperty
LargeIncrementProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
NumericEntryControl ( ) : System

비공개 메소드들

메소드 설명
DecrementValue ( ) : void
IncrementValue ( ) : void
IsNumericInput ( string text ) : bool
_textbox_GotFocus ( object sender, RoutedEventArgs e ) : void
_textbox_LostFocus ( object sender, RoutedEventArgs e ) : void
_textbox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
_textbox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
_timer_Tick ( object sender, EventArgs e ) : void
buttonDecrement_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
buttonDecrement_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
buttonIncrement_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
buttonIncrement_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

NumericEntryControl() 공개 메소드

public NumericEntryControl ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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