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


In This Topic
    RenderNonClient Method (INUIRenderer)
    In This Topic
    Renders the non-client part (if any) of the specified element.
    Syntax
    'Declaration
     
    
    Sub RenderNonClient( _
       ByVal context As NPaintContext, _
       ByVal element As INThemableElement _
    ) 
    'Usage
     
    
    Dim instance As INUIRenderer
    Dim context As NPaintContext
    Dim element As INThemableElement
     
    instance.RenderNonClient(context, element)
    void RenderNonClient( 
       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