WebPartZoneBase.SelectedPartChromeStyle Property
Assembly: System.Web (in system.web.dll)
/** @property */ public Style get_SelectedPartChromeStyle ()
public function get SelectedPartChromeStyle () : Style
Not applicable.
Property Value
A Style that contains style information for the selected WebPart control.The following code example demonstrates the declarative use of the SelectedPartChromeStyle property on a WebPartZone control. For the full code example, including the code-behind source file and the .aspx page that contains the zone in this code, see the WebPartZoneBase class overview.
Notice that the SelectedPartChromeStyle property has a value assigned to it in the declarative markup. This value impacts WebPartZone1. After you load the page into a browser, switch the page into edit mode. On the verbs menu for one of the WebPart controls, click the verb to edit the control, and note that the background color of the control changes to the color assigned to it in the declarative markup.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.