Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryView Class / NeedsViewBackgroundPaint Method
paint context


In This Topic
    NeedsViewBackgroundPaint Method (NLibraryView)
    In This Topic
    Determines the need for a view background paint pass
    Syntax
    'Declaration
     
    
    Protected Overrides Function NeedsViewBackgroundPaint( _
       ByVal context As NViewPaintContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NLibraryView
    Dim context As NViewPaintContext
    Dim value As System.Boolean
     
    value = instance.NeedsViewBackgroundPaint(context)
    protected override System.bool NeedsViewBackgroundPaint( 
       NViewPaintContext context
    )

    Parameters

    context
    paint context

    Return Value

    true if view content paint pass is needed, otherwise false
    Remarks
    Overriden to return true
    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