SmsPageControl.DefaultMinimumSize Property

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

'Usage
Dim value As Size

value = Me.DefaultMinimumSize

Syntax

'Declaration
Protected Overrides ReadOnly Property DefaultMinimumSize As Size
protected override Size DefaultMinimumSize { get; }
protected:
virtual property Size DefaultMinimumSize {
    Size get () override;
}
/** @property */
protected Size get_DefaultMinimumSize ()
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

Reference

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace