Click or drag to resize

PFQuickLaunchBarHtmlHelperCustomEntries_AddText Method

Adds a new text in the custom entries.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFQuickLaunchBar_Text CustomEntries_AddText(
	string text
)

Parameters

text
Type: SystemString
The text.

Return Value

Type: PFQuickLaunchBar_Text
An object representing the text.
See Also