Nevron .NET Vision
Nevron.UI Namespace / INUIRenderer Interface / RenderDecoration Method
The context associated with the render operation.
The visual element to render.


In This Topic
    RenderDecoration Method (INUIRenderer)
    In This Topic
    Renders only the decoration of the specified element.
    Syntax
    'Declaration
     
    
    Sub RenderDecoration( _
       ByVal context As NPaintContext, _
       ByVal element As INThemableElement _
    ) 
    'Usage
     
    
    Dim instance As INUIRenderer
    Dim context As NPaintContext
    Dim element As INThemableElement
     
    instance.RenderDecoration(context, element)
    void RenderDecoration( 
       NPaintContext context,
       INThemableElement element
    )

    Parameters

    context
    The context associated with the render operation.
    element
    The visual element to render.
    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