Gets the minimum size of the page control that is used when the object is created. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As Size

value = Me.DefaultMinimumSize

Syntax

Visual Basic
Protected Overrides ReadOnly Property DefaultMinimumSize As Size
C#
protected override Size DefaultMinimumSize { get; }
C++
protected:
virtual property Size DefaultMinimumSize {
		Size get () override;
}
J#
/** @property */
protected Size get_DefaultMinimumSize ()
JScript
protected override function get DefaultMinimumSize () : Size

Property Value

System.Drawing.Size structure value.

Remarks

Your application must override this property in a derived class.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also