PagePorter Class Library

FpLinkBar.CreateButtonGraphic Method 

Creates a button graphic.

[Visual Basic]
Protected Sub CreateButtonGraphic( _
   ByVal page As NavigationPage, _
   ByVal type As String, _
   ByVal urlOverride As String, _
   ByRef buttonSize As Size _
)
[C#]
protected void CreateButtonGraphic(
   NavigationPage page,
   string type,
   string urlOverride,
   out Size buttonSize
);

Parameters

page
A NavigationPage object.
type
The type string of the graphic.
urlOverride
A string value to use to override the default use of the url in the graphic object's filename.
buttonSize
Returns the size of the graphic in pixels.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace