Version

RenderFirstScroller Method

Renders the first scroll button. It is always rendered hidden.
Syntax
'Declaration
 
Protected Sub RenderFirstScroller( _
   ByVal writer As HtmlTextWriter, _
   ByVal isHorizontal As Boolean, _
   ByVal zIndex As Integer _
) 
protected void RenderFirstScroller( 
   HtmlTextWriter writer,
   bool isHorizontal,
   int zIndex
)

Parameters

writer
Instance to HTML writer.
isHorizontal
Flag, specifying whether the menu is horizontally displayed.
zIndex
The zIndex of the scroll button.
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