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


In This Topic
    RenderFocusCues Method (INUIRenderer)
    In This Topic
    Renders any visual cues for the specified element.
    Syntax
    'Declaration
     
    
    Sub RenderFocusCues( _
       ByVal context As NPaintContext, _
       ByVal element As INThemableElement _
    ) 
    'Usage
     
    
    Dim instance As INUIRenderer
    Dim context As NPaintContext
    Dim element As INThemableElement
     
    instance.RenderFocusCues(context, element)
    void RenderFocusCues( 
       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