Added a Format Property (IncludeSectionNum) to Include Section Number in Section Cautions and Notes.
Bring active window to front, so that active window can be seen. Sometimes the active window was being displayed under other windows. This makes it possible to see the active window
This commit is contained in:
@@ -810,6 +810,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
public override void IdentifyMe(bool highlight)
|
||||
{
|
||||
this.BringToFront();
|
||||
if (highlight)
|
||||
MyStepRTB.BackColor = Color.Gray;
|
||||
else
|
||||
|
Reference in New Issue
Block a user