Toolbars that are available to the end-user.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute(ToolBarsSet.All)]
public ToolBarsSet ToolBarsSet { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(ToolBarsSet.All)> _
Public Property ToolBarsSet As ToolBarsSet
	Get
	Set

See Also