C2021-002: Incoming Transitions – disable Search button & C2021-003: Incoming Transitions – consistent tooltip (designer)

This commit is contained in:
2021-01-22 14:36:03 +00:00
parent 628e83f3ef
commit 7ce4e104b3
2 changed files with 3 additions and 1 deletions

View File

@@ -321,7 +321,7 @@ namespace Volian.Controls.Library
//
this.tabIncTrans.AttachedControl = this.tabControlPanel1;
this.tabIncTrans.Name = "tabNISearch";
this.superTooltip1.SetSuperTooltip(this.tabIncTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Allows you to search for Incoming transitions that point to the current item and " +
this.superTooltip1.SetSuperTooltip(this.tabIncTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Finds the Incoming Transitions that point to the current item and " +
"convert the transition(s) to text if desired and if have permissions.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 120)));
this.tabIncTrans.Text = "Incoming\nTransitions";
//