ComponentEditorForm::AutoSize Property
.NET Framework (current version)
Resize the form according to the setting of AutoSizeMode.
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::Booleantrue if the form will automatically resize; false if it must be manually resized.
.NET Framework
Available since 2.0
Available since 2.0
Show: