Click or drag to resize

PFActionsBarMenu Constructor (String, Html,PFActionsBarButton[])

Initializes a new instance of the PFActionsBarMenu class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFActionsBarMenu(
	string name,
	Html titleContent,
	params PFActionsBarButton[] buttons
)

Parameters

name
Type: System.String
The name of the menu.
titleContent
Type: MicaSystems.Utils.Html
The label of the menu.
buttons
Type:Packflow.Interface.PFActionsBarButton[]
The buttons available in the menu.
See Also