ControlSkin(Type, ControlSkinDelegate) Constructor

Definición

Crea una nueva instancia de la ControlSkin clase mediante el tipo y el delegado pasados 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)

Parámetros

controlType
Type

de TypeControl a la que se aplica la piel, utilizada para aplicar la coherencia de tipo entre las pieles con nombre.

themeDelegate
ControlSkinDelegate

ControlSkinDelegate que aplica los elementos de estilo definidos en un archivo de máscara de control al tipo identificado por el controlType parámetro .

Se aplica a