.NET Framework Class Library
Form.AutoSize Property
Note: This property is new in the .NET Framework version 2.0.
This member overrides
Control.AutoSize.
Visual Basic (Declaration)
Public Overrides Property AutoSize As Boolean
Dim instance As Form
Dim value As Boolean
value = instance.AutoSize
instance.AutoSize = value
public override bool AutoSize { get; set; }
public:
virtual property bool AutoSize {
bool get () override;
void set (bool value) override;
}
/** @property */
public boolean get_AutoSize ()
/** @property */
public void set_AutoSize (boolean value)
public override function get AutoSize () : boolean
public override function set AutoSize (value : boolean)
.NET Framework
Supported in: 2.0