Input for WinForms | ComponentOne
C1.Framework Namespace / ShowAsMonochrome Enumeration

In This Topic
    ShowAsMonochrome Enumeration
    In This Topic
    Describes how bitmap content is recolored.
    Syntax
    'Declaration
     
    
    Public Enum ShowAsMonochrome 
       Inherits System.Enum
    public enum ShowAsMonochrome : System.Enum 
    Members
    MemberDescription
    AlwaysThe bitmap should be always shown as monochrome.
    AutoThe bitmap coloring should be defined by the parent element.
    NeverThe bitmap should use original colors.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.ShowAsMonochrome

    See Also