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: SystemString
The name of the menu.
titleContent
Type: MicaSystems.UtilsHtml
The label of the menu.
buttons
Type: Packflow.InterfacePFActionsBarButton
The buttons available in the menu.
See Also