Click or drag to resize

StatusMsgOptions Enumeration

Options for use with the StatusMsgJS(String, StatusMsgOptions) method. These options may be combined using bit-wise OR.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum StatusMsgOptions
Members
  Member nameValueDescription
Icon1Display the standard animated progress icon (images/AniProg.gif).
LockButton2Lock the initiating button (or other control).
Blink4Blink the status message.
FadePage8Fade the entire page content lending a disbled look with actually disabling.
InDivWidget16Position the status message in a DivWidget.
SpinCounterClockwise32When clicked, spin the initiating button counter-clockwise (only makes sense for certain icons).
See Also