Framework.DefaultSizeHeight Field (DefaultSizeHeight)
Retrieves the default window height, in pixels, when the application starts.
Visual Basic Public DefaultSizeHeight As Int32 C# public Int32 DefaultSizeHeight;
C++ public: Int32 DefaultSizeHeight;
JScript public var DefaultSizeHeight : Int32
System.Int32
This field is read-only.
The default window height, in pixels, when the application starts.
Show:
