ColorPickerSliderAutomationPeer(ColorPickerSlider) 构造函数

定义

初始化 ColorPickerSliderAutomationPeer 类的新实例。

 ColorPickerSliderAutomationPeer(ColorPickerSlider const& owner);
public ColorPickerSliderAutomationPeer(ColorPickerSlider owner);
function ColorPickerSliderAutomationPeer(owner)
Public Sub New (owner As ColorPickerSlider)

参数

owner
ColorPickerSlider

要为其创建对等节点的 ColorPickerSlider 控件实例。

适用于