WebPartManager.SkinID Property
.NET Framework 3.0
Gets or sets an empty string ("") so that no skin can be applied to the WebPartManager control.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property String^ SkinID { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_SkinID () /** @property */ public void set_SkinID (String value)
public override function get SkinID () : String public override function set SkinID (value : String)
Not applicable.
Property Value
An empty string that prevents the WebPartManager control from having a skin assigned to it.The SkinID property overrides the inherited Control.SkinID property to prevent the WebPartManager control, which is an invisible control, from using skins. The implementation of the property prevents a skin from being assigned by always returning an empty string from the get accessor, and always throwing an exception if there is an attempt to set a value in the set accessor.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: