Framework.DefaultSizeWidth Field (DefaultSizeWidth)

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

Definition

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

Field Value

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

This field is read-only. 
Show: