Click or drag to resize

PFActionsBarGetButton Method

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

Searches recursively.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFActionsBarButton GetButton(
	string buttonName
)

Parameters

buttonName
Type: SystemString

Return Value

Type: PFActionsBarButton
See Also