Spread Windows Forms 7.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 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.