BCGControlBar Library for .NET
GetBorderStyleInfo Method




Syntax
'Declaration
 
Public Function GetBorderStyleInfo( _
   ByRef style As BorderStyleInfo, _
   ByVal position As CellBorderPosition, _
   ByVal substitute As Boolean, _
   ByVal markSelection As Boolean, _
   ByVal showSelectedState As Boolean, _
   ByVal highlighted As Boolean _
) As Boolean
'Usage
 
Dim instance As GridCellVisualStyle
Dim style As BorderStyleInfo
Dim position As CellBorderPosition
Dim substitute As Boolean
Dim markSelection As Boolean
Dim showSelectedState As Boolean
Dim highlighted As Boolean
Dim value As Boolean
 
value = instance.GetBorderStyleInfo(style, position, substitute, markSelection, showSelectedState, highlighted)
public bool GetBorderStyleInfo( 
   ref BorderStyleInfo style,
   CellBorderPosition position,
   bool substitute,
   bool markSelection,
   bool showSelectedState,
   bool highlighted
)
public: bool GetBorderStyleInfo( 
   ref BorderStyleInfo* style,
   CellBorderPosition position,
   bool substitute,
   bool markSelection,
   bool showSelectedState,
   bool highlighted
) 
public:
bool GetBorderStyleInfo( 
   BorderStyleInfo^% style,
   CellBorderPosition position,
   bool substitute,
   bool markSelection,
   bool showSelectedState,
   bool highlighted
) 

Parameters

style
position
substitute
markSelection
showSelectedState
highlighted
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

Reference

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback