다음을 통해 공유


ControlSkin(Type, ControlSkinDelegate) 생성자

정의

전달된 ControlSkin 형식과 대리자를 사용하여 Control 클래스의 새 인스턴스를 초기화합니다.

public:
 ControlSkin(Type ^ controlType, System::Web::UI::ControlSkinDelegate ^ themeDelegate);
public ControlSkin (Type controlType, System.Web.UI.ControlSkinDelegate themeDelegate);
new System.Web.UI.ControlSkin : Type * System.Web.UI.ControlSkinDelegate -> System.Web.UI.ControlSkin
Public Sub New (controlType As Type, themeDelegate As ControlSkinDelegate)

매개 변수

controlType
Type

스킨이 적용되고 명명된 스킨 사이에 형식의 일관성을 유지하기 위해 사용되는 TypeControl입니다.

themeDelegate
ControlSkinDelegate

컨트롤 스킨 파일에 정의된 스타일 요소를 controlType 매개 변수로 식별되는 형식에 적용하는 ControlSkinDelegate입니다.

적용 대상