다음을 통해 공유


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

컨트롤의 형식입니다.

적용 대상