C# 클래스 Fluent.Spinner

상속: RibbonControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DelayProperty System.Windows.DependencyProperty
FormatProperty System.Windows.DependencyProperty
IncrementProperty System.Windows.DependencyProperty
InputWidthProperty System.Windows.DependencyProperty
IntervalProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
CoerceMaximum object
CoerceMinimum object
CoerceValue object
GetLimitedValue double
IsTemplateValid bool
OnButtonDownClick void
OnButtonUpClick void
OnFormatChanged void
OnMaximumChanged void
OnMinimumChanged void
OnTextBoxLostKeyboardFocus void
OnTextBoxPreviewKeyDown void
OnValueChanged void
Spinner System
TextBoxTextToValue void
ValueToTextBoxText void

공개 메소드들

메소드 설명
CreateQuickAccessItem ( ) : FrameworkElement

Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.

OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

OnKeyTipPressed ( ) : void

Handles key tip pressed

보호된 메소드들

메소드 설명
BindQuickAccessItem ( FrameworkElement element ) : void

This method must be overriden to bind properties to use in quick access creating

OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp�attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

비공개 메소드들

메소드 설명
CoerceMaximum ( DependencyObject d, object basevalue ) : object
CoerceMinimum ( DependencyObject d, object basevalue ) : object
CoerceValue ( DependencyObject d, object basevalue ) : object
GetLimitedValue ( Spinner spinner, double value ) : double
IsTemplateValid ( ) : bool
OnButtonDownClick ( object sender, RoutedEventArgs e ) : void
OnButtonUpClick ( object sender, RoutedEventArgs e ) : void
OnFormatChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMaximumChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinimumChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTextBoxLostKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnTextBoxPreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Spinner ( ) : System
TextBoxTextToValue ( ) : void
ValueToTextBoxText ( ) : void

메소드 상세

BindQuickAccessItem() 보호된 메소드

This method must be overriden to bind properties to use in quick access creating
protected BindQuickAccessItem ( FrameworkElement element ) : void
element System.Windows.FrameworkElement Toolbar item
리턴 void

CreateQuickAccessItem() 공개 메소드

Gets control which represents shortcut item. This item MUST be syncronized with the original and send command to original one control.
public CreateQuickAccessItem ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
리턴 void

OnKeyTipPressed() 공개 메소드

Handles key tip pressed
public OnKeyTipPressed ( ) : void
리턴 void

OnKeyUp() 보호된 메소드

Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp�attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs The System.Windows.Input.KeyEventArgs that contains the event data.
리턴 void

프로퍼티 상세

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

Using a DependencyProperty as the backing store for Delay. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows DelayProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Format. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows FormatProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Increment. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IncrementProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for InputWidth. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows InputWidthProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Interval. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows IntervalProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Maximum. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MaximumProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Minimum. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows MinimumProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Text. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty

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

Using a DependencyProperty as the backing store for Value. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty