Framework.DefaultSizeHeight Field (DefaultSizeHeight)

Retrieves the default window height, in pixels, when the application starts.

Definition

Visual Basic Public DefaultSizeHeight As Int32Leave Site
C# public Int32Leave Site DefaultSizeHeight;
C++ public: Int32Leave Site DefaultSizeHeight;
JScript public var DefaultSizeHeight : Int32Leave Site

Field Value

System.Int32
The default window height, in pixels, when the application starts.

This field is read-only.