Edit

Share via


WebBrowserBase.DefaultSize Property

Definition

Gets the default size of the control.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size

Property Value

The default Size of the control.

Applies to