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

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IRangeValueProvider
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Private Properties

Свойство Type Description
RaiseValueChangedEvent void

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

Private Methods

Méthode Description
RaiseValueChangedEvent ( decimal oldValue, decimal newValue ) : void

Method Details

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetPattern() public méthode

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Résultat object

IRangeValueProvider() public méthode

public IRangeValueProvider ( double value ) : void
value double
Résultat void

NumericUpDownAutomationPeer() public méthode

public NumericUpDownAutomationPeer ( NumericUpDown control ) : System
control NumericUpDown
Résultat System