The IC1ThemeSupport type exposes the following members.

Methods

  Name Description
Public method OnVisualStyleChanged
Override this method to handle any extra work caused by the change of VisualStyle.
Public method RegisterRunTimeStyleSheets
Override this method if you want to render additional stylesheets definitions what will be use by control only at run-time.
Public method RenderDesignTimeStyleSheets
Override this method if you want to render additional stylesheets definitions what will be use by control only at design-time.

Properties

  Name Description
Public property EmbeddedVisualStyles
Defines names of the visual styles what embeded into control's assembly.
Public property IncludeScripts
Gets or sets a value indicating whether client script resources should be registered within page automatically.
Public property ResourceNameFormatInternal
Gets the resource name format internal.
Public property UseEmbeddedVisualStyles
If true then control will use VisualStyle embedded into control's assembly. otherwise control will load VisualStyle from disk.
Public property VisualStyle
Gets or sets the visual style name used by the control.
Public property VisualStylePath
Gets or sets the path to the visual style folder.

See Also