Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NHelpBrowser Class / UpdateDescription Method


In This Topic
    UpdateDescription Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub UpdateDescription( _
       ByVal designer As NDesigner, _
       ByVal property As NProperty _
    ) 
    'Usage
     
    
    Dim instance As NHelpBrowser
    Dim designer As NDesigner
    Dim property As NProperty
     
    instance.UpdateDescription(designer, property)
    public void UpdateDescription( 
       NDesigner designer,
       NProperty property
    )

    Parameters

    designer
    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