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

適用対象