C# 클래스 Microsoft.Samples.KMoore.WPFSamples.NumericUpDownControl.NumericUpDownAutomationPeer

상속: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IRangeValueProvider
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RaiseValueChangedEvent void

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object
IRangeValueProvider ( double value ) : void
NumericUpDownAutomationPeer ( NumericUpDown control ) : System

보호된 메소드들

메소드 설명
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

비공개 메소드들

메소드 설명
RaiseValueChangedEvent ( decimal oldValue, decimal newValue ) : void

메소드 상세

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
리턴 object

IRangeValueProvider() 공개 메소드

public IRangeValueProvider ( double value ) : void
value double
리턴 void

NumericUpDownAutomationPeer() 공개 메소드

public NumericUpDownAutomationPeer ( NumericUpDown control ) : System
control NumericUpDown
리턴 System