Partager via


CustomMessageBox Constructor (Size)

 

Initializes a new instance of the CustomMessageBox class with the specified size.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public CustomMessageBox(
    Size scalableSize
)
public:
CustomMessageBox(
    Size scalableSize
)
Public Sub New (
    scalableSize As Size
)

Parameters

  • scalableSize
    Type: System.Drawing.Size

    The expected size of the message box in a 100% dpi ratio screen.

See Also

CustomMessageBox Overload
CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top