Click or drag to resize
LogViewerCheckboxState Enumeration
Enum definition which defines the type of a checkbox, used for checkbox state persistence.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
[FlagsAttribute]
public enum LogViewerCheckboxState
Members
  Member nameValueDescription
None0 none checked.
Errors1 The error checkbox state
NormalMessages2 THe normalmessages checkbox state
Changes4 The changes checkbox state
See Also