[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandHolder.ShowToolbarTooltips

ShowToolbarTooltips Property

ShowToolbarTooltips

Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over toolbutton.

Declaration
[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