Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NNavigationPane Class / CreateRendererCore Method


In This Topic
    CreateRendererCore Method (NNavigationPane)
    In This Topic
    Creates the renderer to be used by this instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateRendererCore() As NNavigationPaneRenderer
    'Usage
     
    
    Dim instance As NNavigationPane
    Dim value As NNavigationPaneRenderer
     
    value = instance.CreateRendererCore()
    protected virtual NNavigationPaneRenderer CreateRendererCore()

    Return Value

    The newly created renderer.
    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