If true then control will use VisualStyle embedded into control's assembly, otherwise control will load VisualStyle from disk.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual bool UseEmbeddedVisualStyles { get; set; }
Visual Basic
Public Overridable Property UseEmbeddedVisualStyles As Boolean
	Get
	Set

Implements

IC1ThemeSupport..::..UseEmbeddedVisualStyles

See Also