ComponentEditorForm::AutoSize Property

 

Resize the form according to the setting of AutoSizeMode.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool AutoSize {
	virtual bool get() override;
	virtual void set(bool value) override;
}

Property Value

Type: System::Boolean

true if the form will automatically resize; false if it must be manually resized.

.NET Framework
Available since 2.0
Return to top
Show: