Spread Windows Forms 6.0 Product Documentation
CreateCompoundBorder Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > CompoundBorderFactory Class : CreateCompoundBorder Method


outside
Outside border
inside
Inside border

Glossary Item Box

Creates a compound border with the specified inside and outside borders.

Syntax

Visual Basic (Declaration) 
Public Function CreateCompoundBorder( _
   ByVal outside As IBorder, _
   ByVal inside As IBorder _
) As CompoundBorder
Visual Basic (Usage)Copy Code
Dim instance As CompoundBorderFactory
Dim outside As IBorder
Dim inside As IBorder
Dim value As CompoundBorder
 
value = instance.CreateCompoundBorder(outside, inside)
C# 
public CompoundBorder CreateCompoundBorder( 
   IBorder outside,
   IBorder inside
)

Parameters

outside
Outside border
inside
Inside border

Return Value

Compound border (CompoundBorder object) with the parameters specified

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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