TemplatedWizardStep::SkinID Property

 

Gets or sets the skin to apply to the control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(true)]
property String^ SkinID {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The name of the skin to apply to the control. The default is Empty.

.NET Framework
Available since 2.0
Return to top
Show: