Click or drag to resize

PFQuickLaunchBar_EntryAppendHtml Method

Generates the HTML of this entry 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 abstract void AppendHtml(
	HtmlBuilder html
)

Parameters

html
Type: MicaSystems.UtilsHtmlBuilder
The html builder.
See Also