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


In This Topic
    RegisterMdiMenuTarget Method
    In This Topic
    Unregisters an INMdiMenuTarget instance. Each time a NMdiChild is maximized it will search for such a target to update its MDI buttons.
    Syntax
    'Declaration
     
    
    Public Shared Sub RegisterMdiMenuTarget( _
       ByVal target As INMdiMenuTarget _
    ) 
    'Usage
     
    
    Dim target As INMdiMenuTarget
     
    NUIManager.RegisterMdiMenuTarget(target)
    public static void RegisterMdiMenuTarget( 
       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