HtmlInputGenericControl 생성자

정의

HtmlInputGenericControl 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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

컨트롤의 형식입니다.

적용 대상