[]
Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over menu item.
[C1Category("Behavior")]
[C1Description("C1CommandMenu.ShowToolTips", "Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over menu item.")]
[TypeConverter(typeof(CustomBoolConverter))]
public bool ShowToolTips { get; set; }