PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ThreeStateEnum Enumeration

In This Topic
    ThreeStateEnum Enumeration
    In This Topic
    Defines a value which can be in one of three states: undefined, true or false.
    Syntax
    'Declaration
     
    Public Enum ThreeStateEnum 
       Inherits System.Enum
    public enum ThreeStateEnum : System.Enum 
    Members
    MemberDescription
    FalseThe value is false.
    TrueThe value is true.
    UndefinedThe value is undefined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.ThreeStateEnum

    See Also