C# Class Microsoft.Samples.KMoore.WPFSamples.ColorPicker.ColorPickerAutomationPeer

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

Private Properties

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

Méthodes publiques

Méthode Description
ColorPickerAutomationPeer ( ColorPicker picker ) : System
GetPattern ( PatternInterface patternInterface ) : object
SetValue ( string value ) : void

Méthodes protégées

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

Private Methods

Méthode Description
RaiseValueChangedAutomationEvent ( Color oldColor, Color newColor ) : void

Method Details

ColorPickerAutomationPeer() public méthode

public ColorPickerAutomationPeer ( ColorPicker picker ) : System
picker ColorPicker
Résultat System

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

SetValue() public méthode

public SetValue ( string value ) : void
value string
Résultat void