Click or drag to resize

PFActionsBarGetMenu Method

Gets a menu by its name or null if not found.

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 GetMenu(
	string menuName
)

Parameters

menuName
Type: SystemString

Return Value

Type: PFActionsBarMenu
See Also