Click or drag to resize

PFQuickLaunchBar_TextAppendHtml Method

Appends the HTML of this text 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 builder
)

Parameters

builder
Type: MicaSystems.UtilsHtmlBuilder
The builder.
See Also