Compartilhar via


DisplaySize Constructor (Int32, Int32, Int32)

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)

Usage

Syntax

'Declaration
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.

Platforms

See Also

Reference

DisplaySize Class
DisplaySize Members
Microsoft.Dynamics.Framework.UI.Extensibility.WinForms Namespace