PagePorter Class Library

FpLinkBar.WriteUpButton Method 

Writes the "Up" menu button.

[Visual Basic]
Protected Sub WriteUpButton( _
   ByVal output As HtmlTextWriter, _
   ByVal requestPageID As Integer _
)
[C#]
protected void WriteUpButton(
   HtmlTextWriter output,
   int requestPageID
);

Parameters

output
The HtmlTextWriter object that receives the menu item for output.
requestPageID
The page ID of the requested page.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace