1 override of ChromeState
System.Web (1)
UI\WebParts\WebPart.cs (1)
244
public override PartChromeState
ChromeState
{
3 references to ChromeState
System.Web (3)
UI\WebParts\CatalogPartChrome.cs (1)
129
if (catalogPart.
ChromeState
!= PartChromeState.Minimized) {
UI\WebParts\EditorPartChrome.cs (1)
101
if (editorPart.
ChromeState
!= PartChromeState.Minimized) {
UI\WebParts\EditorZoneBase.cs (1)
236
if (editorPart.Display && editorPart.Visible && editorPart.
ChromeState
== PartChromeState.Normal) {