Owner
Introduction
Eliminating the Border
using System.Windows.Forms;((Form)FlatRedBallServices.Owner).FormBorderStyle = FormBorderStyle.None;
Reacting to Form Closing
Detecting Active Form
Last updated
Was this helpful?