Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIManager Class / UnregisterMdiMenuTarget Method


In This Topic
    UnregisterMdiMenuTarget Method
    In This Topic
    Unregisters an INMdiMenuTarget instance.
    Syntax
    'Declaration
     
    
    Public Shared Sub UnregisterMdiMenuTarget( _
       ByVal target As INMdiMenuTarget _
    ) 
    'Usage
     
    
    Dim target As INMdiMenuTarget
     
    NUIManager.UnregisterMdiMenuTarget(target)
    public static void UnregisterMdiMenuTarget( 
       INMdiMenuTarget target
    )

    Parameters

    target
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also