ColorPickerSliderAutomationPeer ColorPickerSliderAutomationPeer ColorPickerSliderAutomationPeer ColorPickerSliderAutomationPeer Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Exposes ColorPickerSlider types to Microsoft UI Automation.

public : class ColorPickerSliderAutomationPeer : SliderAutomationPeer, IColorPickerSliderAutomationPeerpublic class ColorPickerSliderAutomationPeer : SliderAutomationPeer, IColorPickerSliderAutomationPeerPublic Class ColorPickerSliderAutomationPeer Inherits SliderAutomationPeer Implements IColorPickerSliderAutomationPeer// You can use this class in JavaScript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited methods

Inherited properties

Constructors

ColorPickerSliderAutomationPeer(ColorPickerSlider) ColorPickerSliderAutomationPeer(ColorPickerSlider) ColorPickerSliderAutomationPeer(ColorPickerSlider) ColorPickerSliderAutomationPeer(ColorPickerSlider)

Prerelease. Initializes a new instance of the ColorPickerSliderAutomationPeer class.

public : ColorPickerSliderAutomationPeer(ColorPickerSlider owner)public ColorPickerSliderAutomationPeer(ColorPickerSlider owner)Public Sub New(owner As ColorPickerSlider)// You can use this method in JavaScript.
Parameters
owner
ColorPickerSlider ColorPickerSlider ColorPickerSlider ColorPickerSlider

The ColorPickerSlider control instance to create the peer for.