FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResetOption Enumeration


ResetOption Enumeration
Specifies whether the rules or a particular rule should reset before testing the next rule.
Syntax
'Declaration
 
Public Enum ResetOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ResetOption
Members
MemberDescription
All[2] Resets all the rules
Current[1] Resets the current rule
None[0] Never resets the rule(s)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.ResetOption

See Also