ElementHost::DefaultSize Property

 

Gets the default size of the control.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

protected:
property Size DefaultSize {
	virtual Size get() override;
}

Property Value

Type: System.Drawing::Size

The default Size of the control.

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

.NET Framework
Available since 3.0
Return to top
Show: