Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkRenderer Class / DrawCaptionVS2003 Method
An object containing information about the current paint operation.


In This Topic
    DrawCaptionVS2003 Method
    In This Topic
    Renders a standard caption. That is the Visual Studio 2003 style.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DrawCaptionVS2003( _
       ByVal context As NRenderCaptionContext, _
       ByVal usePalette As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDockingFrameworkRenderer
    Dim context As NRenderCaptionContext
    Dim usePalette As System.Boolean
     
    instance.DrawCaptionVS2003(context, usePalette)
    protected virtual void DrawCaptionVS2003( 
       NRenderCaptionContext context,
       System.bool usePalette
    )

    Parameters

    context
    An object containing information about the current paint operation.
    usePalette
    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