Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / NeedsWindowBackgroundPaint Method
paint event arguments


In This Topic
    NeedsWindowBackgroundPaint Method (NDrawingView)
    In This Topic
    Determines the need for a window background paint
    Syntax
    'Declaration
     
    
    Protected Overrides Function NeedsWindowBackgroundPaint( _
       ByVal paintContext As NViewPaintContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawingView
    Dim paintContext As NViewPaintContext
    Dim value As System.Boolean
     
    value = instance.NeedsWindowBackgroundPaint(paintContext)
    protected override System.bool NeedsWindowBackgroundPaint( 
       NViewPaintContext paintContext
    )

    Parameters

    paintContext
    paint event arguments

    Return Value

    true if some window background paint is needed, otherwise false
    Remarks
    This implementation returns true if the document shadow of the view is not none
    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