Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NSelection Class / ClearPropertyValueInSelectedInlines Method


In This Topic
    ClearPropertyValueInSelectedInlines Method
    In This Topic
    Clears the specified property from the currently selected inlines
    Syntax
    'Declaration
     
    
    Public Sub ClearPropertyValueInSelectedInlines( _
       ByVal property As NProperty _
    ) 
    'Usage
     
    
    Dim instance As NSelection
    Dim property As NProperty
     
    instance.ClearPropertyValueInSelectedInlines(property)
    public void ClearPropertyValueInSelectedInlines( 
       NProperty property
    )

    Parameters

    property
    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