InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenColorComponents Enumeration


In This Topic
    ScreenColorComponents Enumeration
    In This Topic
    Specifies an RGB color component.
    Syntax
    'Declaration
     
    
    Public Enum ScreenColorComponents 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScreenColorComponents
    public enum ScreenColorComponents : System.Enum 
    Members
    MemberDescription
    BlueBlue.
    GreenGreen.
    RedRed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.ScreenColorComponents

    See Also