ComboBoxAutomationPeer(ComboBox) コンストラクター

定義

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

 ComboBoxAutomationPeer(ComboBox const& owner);
public ComboBoxAutomationPeer(ComboBox owner);
function ComboBoxAutomationPeer(owner)
Public Sub New (owner As ComboBox)

パラメーター

owner
ComboBox

作成する owner 要素。

適用対象