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#
bool UseEmbeddedVisualStyles { get; set; }
Visual Basic
Property UseEmbeddedVisualStyles As Boolean
	Get
	Set

See Also