Initializes a new instance of the DisplaySize class with three parameters of the type Int32. Namespace: Microsoft.Dynamics.Framework.UI.Extensibility.WinForms
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Syntax

C#
public DisplaySize (
		int minimum,
		int preferred,
		int maximum
)

Parameters

minimum

The minimum size value of the control add-in.

preferred

The preferred size value of the control add-in.

maximum

The maximum size value of the control add-in.

See Also