Show or hide the thumb2 button.

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

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true)]
[DefaultValueAttribute(false)]
[DescriptionAttribute("Show or hide the thumb2 button.")]
public bool ShowThumbButton2 { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True)> _
<DefaultValueAttribute(False)> _
<DescriptionAttribute("Show or hide the thumb2 button.")> _
Public Property ShowThumbButton2 As Boolean
	Get
	Set

See Also