18 using System.Configuration;
43 object obj =
this[
"Rect"];
58 public System.Windows.WindowState State
62 object obj =
this[
"State"];
65 return System.Windows.WindowState.Normal;
69 return (
System.Windows.WindowState)obj;
74 this[
"State"] = value;
79 public System.Windows.Forms.Screen Screen
83 return (
System.Windows.Forms.Screen)
this[
"Screen"];
87 this[
"Screen"] = value;