PagePorter Class Library

FpLinkBar.WriteMenuButton Method (HtmlTextWriter, NavigationPage, String)

Writes a single menu button with override.

[Visual Basic]
Overloads Protected Sub WriteMenuButton( _
   ByVal output As HtmlTextWriter, _
   ByVal page As NavigationPage, _
   ByVal urlOverride As String _
)
[C#]
protected void WriteMenuButton(
   HtmlTextWriter output,
   NavigationPage page,
   string urlOverride
);

Parameters

output
The HtmlTextWriter object that receives the menu item for output.
page
A NavigationPage object to write.
urlOverride
A string value to use to override the default use of the url in the graphic object's filename.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace | FpLinkBar.WriteMenuButton Overload List