Version

RenderSecondScroller Method

Renders second scroller button.
Syntax
'Declaration
 
Protected Sub RenderSecondScroller( _
   ByVal writer As HtmlTextWriter, _
   ByVal isHorizontal As Boolean, _
   ByVal zIndex As Integer, _
   ByVal showButtons As Boolean _
) 
protected void RenderSecondScroller( 
   HtmlTextWriter writer,
   bool isHorizontal,
   int zIndex,
   bool showButtons
)

Parameters

writer
Instance to HTML writer.
isHorizontal
Flag, specifying whether the menu is horizontally displayed.
zIndex
The zIndex of the scroll button.
showButtons
If true, button will be visible on the page, else it will be not displayed.
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