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

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IValueProvider
Mostrar archivo Open project: daszat/zetbox Class Usage Examples

Private Properties

Property Type Description
RaiseValueChangedAutomationEvent void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
RaiseValueChangedAutomationEvent ( Color oldColor, Color newColor ) : void

Method Details

ColorPickerAutomationPeer() public method

public ColorPickerAutomationPeer ( ColorPicker picker ) : System
picker ColorPicker
return System

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

SetValue() public method

public SetValue ( string value ) : void
value string
return void