Click or drag to resize

PFActionsBarButtonTooltipMode Enumeration

Type of tooltip display for a button in the actions bar.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum PFActionsBarButtonTooltipMode
Members
  Member nameValueDescription
None0 Do not show any tooltip.
Normal1 Show classic tooltip, disappearing after a short laps of time.
Persistent2 Show a tooltip and keep it visible until the user clicks to close it.
See Also