Version

RenderPane Method

Render splitter pane. That method should render the DIV inside of the TD element.
Syntax
'Declaration
 
Protected Overridable Sub RenderPane( _
   ByVal writer As HtmlTextWriter, _
   ByVal pane As SplitterPane, _
   ByVal index As Integer, _
   ByVal horizontal As Boolean _
) 
protected virtual void RenderPane( 
   HtmlTextWriter writer,
   SplitterPane pane,
   int index,
   bool horizontal
)

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)
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