[]
Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over toolbutton.
[C1Category("Behavior")]
[C1Description("C1ToolBar.ShowToolTips", "Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over toolbutton.")]
[TypeConverter(typeof(CustomBoolConverter))]
public bool ShowToolbarTooltips { get; set; }
<C1Category("Behavior")>
<C1Description("C1ToolBar.ShowToolTips", "Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over toolbutton.")>
<TypeConverter(GetType(CustomBoolConverter))>
Public Property ShowToolbarTooltips As Boolean