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 public enum PFActionsBarButtonTooltipMode
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not show any tooltip.
|
| Normal | 1 |
Show classic tooltip, disappearing after a short laps of time.
|
| Persistent | 2 |
Show a tooltip and keep it visible until the user clicks to close it.
|
See Also