Base:
method
GetEffectiveChromeType
System.Web.UI.WebControls.WebParts.WebZone.GetEffectiveChromeType(System.Web.UI.WebControls.WebParts.Part)
2 references to GetEffectiveChromeType
System.Web (2)
UI\WebParts\WebPartChrome.cs (1)
629PartChromeType chromeType = Zone.GetEffectiveChromeType(webPart);
UI\WebParts\WebPartZoneBase.cs (1)
1234PartChromeType chromeType = GetEffectiveChromeType(webPart);