Version

RenderSplitBar Method

Render splitbar.
Syntax
'Declaration
 
Protected Overridable Sub RenderSplitBar( _
   ByVal writer As HtmlTextWriter, _
   ByVal pane As SplitterPane, _
   ByVal index As Integer, _
   ByVal horizontal As Boolean, _
   ByVal collapsePrev As DefaultableBoolean, _
   ByVal collapseNext As DefaultableBoolean _
) 
protected virtual void RenderSplitBar( 
   HtmlTextWriter writer,
   SplitterPane pane,
   int index,
   bool horizontal,
   DefaultableBoolean collapsePrev,
   DefaultableBoolean collapseNext
)

Parameters

writer
Not null instance of HtmlTextWriter
pane
Not null instance of SplitterPane
index
Index of pane according to its order in html.
horizontal
True: horizontal split (rows of table). False: vertical split (columns of table)
collapsePrev
True or NotSet: draw collapsable-button for previous pane. True: pane is in collapsed state.
collapseNext
True or NotSet: draw collapsable-button for next pane. True: pane is in collapsed state.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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