Click or drag to resize

PFQuickLaunchBarHtmlHelperCustomEntries_AddMenu Method

Adds a new menu 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_Menu CustomEntries_AddMenu(
	Html title
)

Parameters

title
Type: MicaSystems.UtilsHtml
Menu's title.

Return Value

Type: PFQuickLaunchBar_Menu
An object that can be used to fill the menu.
See Also