Click or drag to resize

LoginItemAttrs Enumeration

Attributes controlling the behaviour of a login item.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum LoginItemAttrs
Members
  Member nameValueDescription
Disabled1The item is disabled.
RequiresAgreement2The item requires confirmation before the user can continue.
AutoOverflow4Present this item with fixed size and automatic overflow.
See Also