Spread Windows Forms 8.0 Product Documentation
Compose Method (TableElementStyle)


Specifies the style location for inner border merging
Compose a style into this style
Syntax
'Declaration
 
Public Function Compose( _
   ByVal elementStyle As TableElementStyle, _
   ByVal isTop As Boolean, _
   ByVal isBottom As Boolean, _
   ByVal isLeft As Boolean, _
   ByVal isRight As Boolean _
) As Boolean
'Usage
 
Dim instance As TableElementStyle
Dim elementStyle As TableElementStyle
Dim isTop As Boolean
Dim isBottom As Boolean
Dim isLeft As Boolean
Dim isRight As Boolean
Dim value As Boolean
 
value = instance.Compose(elementStyle, isTop, isBottom, isLeft, isRight)
public bool Compose( 
   TableElementStyle elementStyle,
   bool isTop,
   bool isBottom,
   bool isLeft,
   bool isRight
)

Parameters

elementStyle
isTop
Specifies the style location for inner border merging
isBottom
isLeft
isRight

Return Value

True if style is merged, false if there is no style able to merge in (mean full style set for parent).
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

Reference

TableElementStyle Class
TableElementStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.