共用方式為


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 元素。

適用於