C# Class Microsoft.Samples.KMoore.WPFSamples.NumericUpDownControl.NumericUpDownAutomationPeer

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IRangeValueProvider
显示文件 Open project: daszat/zetbox Class Usage Examples

Private Properties

Property Type Description
RaiseValueChangedEvent void

Public Methods

Method Description
GetPattern ( PatternInterface patternInterface ) : object
IRangeValueProvider ( double value ) : void
NumericUpDownAutomationPeer ( NumericUpDown control ) : System

Protected Methods

Method Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

Private Methods

Method Description
RaiseValueChangedEvent ( decimal oldValue, decimal newValue ) : void

Method Details

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetPattern() public method

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
return object

IRangeValueProvider() public method

public IRangeValueProvider ( double value ) : void
value double
return void

NumericUpDownAutomationPeer() public method

public NumericUpDownAutomationPeer ( NumericUpDown control ) : System
control NumericUpDown
return System