Gets or sets a value determining the visibility of the caption buttons.
Namespace:
C1.Web.UI.Controls.C1WindowAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, true)] [DefaultValueAttribute(true)] [C1CategoryAttribute("Category.Appearance")] [LayoutAttribute(LayoutType.Appearance)] public bool ControlBox { get; set; } |
Visual Basic |
---|
<JsonAttribute(True, True, True)> _ <DefaultValueAttribute(True)> _ <C1CategoryAttribute("Category.Appearance")> _ <LayoutAttribute(LayoutType.Appearance)> _ Public Property ControlBox As Boolean Get Set |