EditorPartChrome::CreateEditorPartChromeStyle Method
Creates the style object that supplies style attributes for each EditorPart control rendered by the EditorPartChrome object.
Assembly: System.Web (in System.Web.dll)
protected: virtual Style^ CreateEditorPartChromeStyle( EditorPart^ editorPart, PartChromeType chromeType )
Parameters
- editorPart
- Type: System.Web.UI.WebControls.WebParts::EditorPart
The control that is currently being rendered.
- chromeType
- Type: System.Web.UI.WebControls.WebParts::PartChromeType
The type of chrome for a particular control; one of the PartChromeType enumeration values.
Return Value
Type: System.Web.UI.WebControls::StyleA Style that contains style attributes for editorPart.
| Exception | Condition |
|---|---|
| ArgumentNullException | The control that editorPart refers to is nullptr. |
| ArgumentOutOfRangeException | chromeType is not a PartChromeType. |
The CreateEditorPartChromeStyle method creates a Style object that is used by the EditorPartChrome object to render an EditorPart control.
Notes to Implementers:If you inherit from the EditorPartChrome class, you can optionally override the CreateEditorPartChromeStyle method, and merge the style information from the base method with custom style attributes that you want to add. For a demonstration, see the Example section.
The following code example demonstrates how to override the CreateEditorPartChromeStyle method to change the background color of the editor part control. For the full code required to run the example, including the Web page to host these controls, see the Example section of the EditorPartChrome class overview.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.