Spread Windows Forms 7.0 Product Documentation
CreateComplexBorderSide(Color,Int32) Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ComplexBorderSideFactory Class > CreateComplexBorderSide Method : CreateComplexBorderSide(Color,Int32) Method


color
Color of the side
width
Width of the side

Glossary Item Box

Creates a complex border side with the specified color and width.

Syntax

Visual Basic (Declaration) 
Public Overloads Function CreateComplexBorderSide( _
   ByVal color As Color, _
   ByVal width As Integer _
) As ComplexBorderSide
Visual Basic (Usage)Copy Code
Dim instance As ComplexBorderSideFactory
Dim color As Color
Dim width As Integer
Dim value As ComplexBorderSide
 
value = instance.CreateComplexBorderSide(color, width)
C# 
public ComplexBorderSide CreateComplexBorderSide( 
   Color color,
   int width
)

Parameters

color
Color of the side
width
Width of the side

Return Value

Complex border side (ComplexBorderSide object) with the parameters specified

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.