ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32.MARGINS Structure / Win32.MARGINS Constructor / Win32.MARGINS Constructor(Int32,Int32,Int32,Int32)

In This Topic
    Win32.MARGINS Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As System.Integer, _
       ByVal right As System.Integer, _
       ByVal top As System.Integer, _
       ByVal bottom As System.Integer _
    )
    public Win32.MARGINS( 
       System.int left,
       System.int right,
       System.int top,
       System.int bottom
    )

    Parameters

    left
    right
    top
    bottom
    See Also