Gets or sets the visual style name that determines the overall appearance of the control.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, "")]
[C1CategoryAttribute("Category.Appearance")]
public override string VisualStyle { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
<C1CategoryAttribute("Category.Appearance")> _
Public Overrides Property VisualStyle As String
	Get
	Set

Implements

IC1ThemeSupportVisualStyle()()()()

Remarks

This property allows you to quickly customize the appearance of the ToolBar so it matches the appearance of your application. The settings available include ArcticFox which is the default value, Office2007Black, Office2007Blue, Office2007Silver, Vista, and VistaBlack.

See Also