Base:
property
PartChromeType
System.Web.UI.WebControls.WebParts.WebZone.PartChromeType
5 references to PartChromeType
System.Web (5)
UI\WebParts\ConnectionsZone.cs (5)
1431
if (this.
PartChromeType
== PartChromeType.Default ||
1432
this.
PartChromeType
== PartChromeType.BorderOnly ||
1433
this.
PartChromeType
== PartChromeType.TitleAndBorder) {
1918
if (this.
PartChromeType
== PartChromeType.None ||
1919
this.
PartChromeType
== PartChromeType.BorderOnly)