Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NPageNavigator Class / UpdatePageTitle Method


In This Topic
    UpdatePageTitle Method
    In This Topic
    Updates the title displayed by the button for the specified page.
    Syntax
    'Declaration
     
    
    Public Sub UpdatePageTitle( _
       ByVal page As NPage _
    ) 
    'Usage
     
    
    Dim instance As NPageNavigator
    Dim page As NPage
     
    instance.UpdatePageTitle(page)
    public void UpdatePageTitle( 
       NPage page
    )

    Parameters

    page
    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