ElementHost.DefaultSize Property

Definition

Gets the default size of the control.

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.

Remarks

For more information about the DefaultSize property, see Control.DefaultSize.

Applies to

See also