ConnectionsZone::PartChromeType Property
.NET Framework (current version)
Gets or sets the type of border that frames the server controls contained in a ConnectionsZone control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [ThemeableAttribute(false)] property PartChromeType PartChromeType { virtual PartChromeType get() override; virtual void set(PartChromeType value) override; }
Property Value
Type: System.Web.UI.WebControls.WebParts::PartChromeTypeA PartChromeType that determines the type of border that frames the controls contained in the connections zone.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
.NET Framework
Available since 2.0
Available since 2.0
Show: