Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NCaptionButton Class / Render Method


In This Topic
    Render Method (NCaptionButton)
    In This Topic
    Renders the button using the specified context and renderer.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Render( _
       ByVal context As NRenderCaptionContext, _
       ByVal renderer As NUIRenderer _
    ) 
    'Usage
     
    
    Dim instance As NCaptionButton
    Dim context As NRenderCaptionContext
    Dim renderer As NUIRenderer
     
    instance.Render(context, renderer)
    public virtual void Render( 
       NRenderCaptionContext context,
       NUIRenderer renderer
    )

    Parameters

    context
    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