バージョン

RenderHorizontalNavigationButton メソッド

Orientation が Horizontal の時、このメソッドは [前へ] ボタンと [次へ] ボタンを描画します。
シンタックス
'宣言
 
Protected Overridable Sub RenderHorizontalNavigationButton( _
   ByVal writer As HtmlTextWriter, _
   ByVal type As String _
) 
protected virtual void RenderHorizontalNavigationButton( 
   HtmlTextWriter writer,
   string type
)

パラメータ

writer
type
[次へ] ボタンを描画するには、この値は "next" である必要があり、そうでなければ [前へ] ボタンが描画されます。
参照