Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / NeedsDocumentBackgroundPaint Method
paint context


In This Topic
    NeedsDocumentBackgroundPaint Method (NView)
    In This Topic
    Determines the need for a document background paint pass
    Syntax
    'Declaration
     
    
    Protected Overridable Function NeedsDocumentBackgroundPaint( _
       ByVal paintContext As NViewPaintContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NView
    Dim paintContext As NViewPaintContext
    Dim value As System.Boolean
     
    value = instance.NeedsDocumentBackgroundPaint(paintContext)
    protected virtual System.bool NeedsDocumentBackgroundPaint( 
       NViewPaintContext paintContext
    )

    Parameters

    paintContext
    paint context

    Return Value

    true if document background paint pass is needed, otherwise false
    Remarks
    This implementation returns false
    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