Click or drag to resize

PFActionsBarMenu Constructor (String, Html, String, 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,
	string subMenuClasses,
	params PFActionsBarButton[] buttons
)

Parameters

name
Type: SystemString
The name of the menu.
titleContent
Type: MicaSystems.UtilsHtml
The label of the menu.
subMenuClasses
Type: SystemString
CSS classes applied on the sub menu (opening on click).
buttons
Type: Packflow.InterfacePFActionsBarButton
The buttons available in the menu.
See Also