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

Namespace:  C1.Web.UI.Controls.C1Schedule
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)

Remarks

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

See Also