Click or drag to resize

PFActionsBarButtonEnabled Property

Gets or sets a value indication whether this button is enabled or not.

If false, a disabled style will be applied and the button will have no click (re)action.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public bool Enabled { get; set; }

Property Value

Type: Boolean
See Also