Nevron .NET Vision
Nevron.UI Namespace / RenderMask Enumeration


In This Topic
    RenderMask Enumeration
    In This Topic
    Specifies possible passes of a render operation
    Syntax
    'Declaration
     
    
    Public Enum RenderMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RenderMask
    public enum RenderMask : System.Enum 
    Members
    MemberDescription
    AllAll operations are available.
    BackgroundThe background is rendered.
    ContentThe content is rendered.
    DecorationAdditional decoration is applied.
    FocusCuesFocus cues are rendered.
    GlyphThe glyph is rendered
    NonClientThe non-client area is rendered.
    NoneNo rendering.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.RenderMask

    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