Click or drag to resize

PFQuickLaunchBar_LinkAppendHtml Method

Generates the HTML of this link and appends it to the specified builder.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override void AppendHtml(
	HtmlBuilder html
)

Parameters

html
Type: MicaSystems.UtilsHtmlBuilder
The builder.
See Also