Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / InvalidateParentArrange Method


In This Topic
    InvalidateParentArrange Method (NElement)
    In This Topic
    Invalidates the arrange of the element arrange parent. This implementation calls the InvalidateArrangeFromChild method of the first ancestor element that implements the INArrangeElementParent interface.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InvalidateParentArrange( _
       ByVal hint As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim hint As System.Object
     
    instance.InvalidateParentArrange(hint)
    protected virtual void InvalidateParentArrange( 
       System.object hint
    )

    Parameters

    hint
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also