DropDownButtonAutomationPeer(DropDownButton) コンストラクター

定義

DropDownButtonAutomationPeer クラスの新しいインスタンスを初期化します。

 DropDownButtonAutomationPeer(DropDownButton const& owner);
public DropDownButtonAutomationPeer(DropDownButton owner);
function DropDownButtonAutomationPeer(owner)
Public Sub New (owner As DropDownButton)

パラメーター

owner
DropDownButton

ピアを作成する DropDownButton コントロール インスタンス。

適用対象