WebPart.ChromeType Property
Assembly: System.Web (in system.web.dll)
public: virtual property PartChromeType ChromeType { PartChromeType get () override; void set (PartChromeType value) override; }
/** @property */ public PartChromeType get_ChromeType () /** @property */ public void set_ChromeType (PartChromeType value)
public override function get ChromeType () : PartChromeType public override function set ChromeType (value : PartChromeType)
Property Value
One of the PartChromeType values. The default is Default.A part control's WebPartManager property determines what kind of border surrounds the control. Options include showing a title only, a border only, a title and border, neither, or the default option, which simply uses the value of the PartChromeType property.
The WebPart class overrides the base property so that end users can personalize it.
For a code example that uses this property, see the base ChromeType property.
Windows 98, Windows 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.