Make child form TopMost

This commit is contained in:
Jaex 2016-10-03 17:24:12 +03:00
parent ed7a5e2abe
commit 2041cbb62c

View file

@ -56,7 +56,8 @@ private void CreateMenu()
Location = new Point(200, 200),
ShowInTaskbar = false,
StartPosition = FormStartPosition.Manual,
Text = "RegionCaptureFormMenu"
Text = "RegionCaptureFormMenu",
TopMost = true
};
menuForm.SuspendLayout();