ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / BackgroundMode Enumeration

In This Topic
    BackgroundMode Enumeration
    In This Topic
    Represents the mode of the background.
    Syntax
    'Declaration
     
    
    Public Enum BackgroundMode 
       Inherits System.Enum
    public enum BackgroundMode : System.Enum 
    Members
    MemberDescription
    OpaqueBackground is filled with the current background color before the text, hatched brush, or pen is drawn.
    TransparentBackground remains untouched.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.DeviceContexts.BackgroundMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also