| 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.1.0.0 (5.1.0)
Syntax[FlagsAttribute]
public enum LogViewerCheckboxState
<FlagsAttribute>
Public Enumeration LogViewerCheckboxState
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            none checked.
             | 
 | Errors | 1 | 
            The error checkbox state
             | 
 | NormalMessages | 2 | 
            THe normalmessages checkbox state
             | 
 | Changes | 4 | 
            The changes checkbox state
             | 
See Also