InputPanel for WinForms | ComponentOne
C1.Win.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 Integer, _
       ByVal right As Integer, _
       ByVal top As Integer, _
       ByVal bottom As Integer _
    )
    public Win32.MARGINS( 
       int left,
       int right,
       int top,
       int bottom
    )

    Parameters

    left
    right
    top
    bottom
    See Also