Version

RenderCommonScrollerSettings Method

Renders the A tag for the scroller buttons.
Syntax
'Declaration
 
Protected Sub RenderCommonScrollerSettings( _
   ByVal writer As HtmlTextWriter, _
   ByVal isHorizontal As Boolean, _
   ByVal buttonIndex As Integer _
) 
protected void RenderCommonScrollerSettings( 
   HtmlTextWriter writer,
   bool isHorizontal,
   int buttonIndex
)

Parameters

writer
Instance to HTML writer.
isHorizontal
Flag, specifying whether the menu is horizontally displayed.
buttonIndex
The index of the scroll button that will contain the anchor. Can be 0 (First Scroller) or 1 (Second Scroller).
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