次の方法で共有


HtmlInputGenericControl コンストラクター

定義

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

オーバーロード

HtmlInputGenericControl()

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

HtmlInputGenericControl(String)

指定した型に基づいて HtmlInputGenericControl クラスの新しいインスタンスを初期化します。

HtmlInputGenericControl()

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

public:
 HtmlInputGenericControl();
public HtmlInputGenericControl ();
Public Sub New ()

適用対象

HtmlInputGenericControl(String)

指定した型に基づいて HtmlInputGenericControl クラスの新しいインスタンスを初期化します。

public:
 HtmlInputGenericControl(System::String ^ type);
public HtmlInputGenericControl (string type);
new System.Web.UI.HtmlControls.HtmlInputGenericControl : string -> System.Web.UI.HtmlControls.HtmlInputGenericControl
Public Sub New (type As String)

パラメーター

type
String

コントロールの型。

適用対象