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


In This Topic
    InvalidateParentMeasure Method (NElement)
    In This Topic
    Invalidates the measure of the element measure parent. This implementation calls the InvalidateMeasureFromChild method of the first ancestor element that implements the INMeasureElementParent interface.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InvalidateParentMeasure( _
       ByVal hint As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim hint As System.Object
     
    instance.InvalidateParentMeasure(hint)
    protected virtual void InvalidateParentMeasure( 
       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