If True, then the control will use the visual style embedded in the control's assembly. Otherwise, the control will load the visual style from the disk.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Category.Appearance")] [JsonAttribute(true)] public override bool UseEmbeddedVisualStyles { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Appearance")> _ <JsonAttribute(True)> _ Public Overrides Property UseEmbeddedVisualStyles As Boolean Get Set |