Spread Windows Forms 10.0 Product Documentation
CharBoxBorderInfo Constructor(Line,Line,Line,Line)


A Line indicates the left border line.
A Line indicates the top border line.
A Line indicates the right border line.
A Line indicates the bottom border line.
Initializes a new instance of the CharBoxBorderInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line _
)
'Usage
 
Dim left As Line
Dim top As Line
Dim right As Line
Dim bottom As Line
 
Dim instance As New CharBoxBorderInfo(left, top, right, bottom)
public CharBoxBorderInfo( 
   Line left,
   Line top,
   Line right,
   Line bottom
)

Parameters

left
A Line indicates the left border line.
top
A Line indicates the top border line.
right
A Line indicates the right border line.
bottom
A Line indicates the bottom border line.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CharBoxBorderInfo Class
CharBoxBorderInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.