Override this method if you want to render additional style sheets definitions what will be used by control only at run-time.

Namespace:  C1.Web.UI.Controls.C1Expander
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override void RegisterRunTimeStyleSheets(
	bool beforeVisualStyle
)
Visual Basic
Public Overrides Sub RegisterRunTimeStyleSheets ( _
	beforeVisualStyle As Boolean _
)

Parameters

beforeVisualStyle
Type: System..::..Boolean

Implements

IC1ThemeSupportRegisterRunTimeStyleSheets(Boolean)
IC1ThemeSupportRegisterRunTimeStyleSheets(Boolean)
IC1ThemeSupportRegisterRunTimeStyleSheets(Boolean)

Remarks

Primarily this method used by control developers. Note, style sheet styles.css from embedded VisualStyle will be included automatically by VisualStyle mechanism.

See Also