ScrollBarAutomationPeer(ScrollBar) 构造函数

定义

初始化 ScrollBarAutomationPeer 类的新实例。

public:
 ScrollBarAutomationPeer(ScrollBar ^ owner);
 ScrollBarAutomationPeer(ScrollBar const& owner);
public ScrollBarAutomationPeer(ScrollBar owner);
function ScrollBarAutomationPeer(owner)
Public Sub New (owner As ScrollBar)

参数

owner
ScrollBar

要为其创建的 owner 元素。

适用于