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