Input for WinForms | ComponentOne
C1.Win.Input.Pickers.ColorPicker Namespace / ColorFormatType Enumeration

In This Topic
    ColorFormatType Enumeration
    In This Topic
    Represents color format type.
    Syntax
    'Declaration
     
    
    Public Enum ColorFormatType 
       Inherits System.Enum
    public enum ColorFormatType : System.Enum 
    Members
    MemberDescription
    ARGBDisplays the color in the ARGB format.
    DefaultDefault format.
    HexDisplays the color in hexadecimal format.
    NameDisplays the color name, if possible.
    RGBDisplays the color in the RGB format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Input.Pickers.ColorPicker.ColorFormatType

    See Also