PagePorter Class Library

FpLinkBar.WriteMenuButton Method (HtmlTextWriter, NavigationPage)

Writes a single menu button.

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

Parameters

output
The HtmlTextWriter object that receives the menu item for output.
page
A NavigationPage object to write.

See Also

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