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


In This Topic
    GetMdiMenuTarget Method
    In This Topic
    Gets/sets an instance which will handle menu update from a NMdiFrame control.
    Syntax
    'Declaration
     
    
    Public Shared Function GetMdiMenuTarget( _
       ByVal form As System.Windows.Forms.Form _
    ) As INMdiMenuTarget
    'Usage
     
    
    Dim form As System.Windows.Forms.Form
    Dim value As INMdiMenuTarget
     
    value = NUIManager.GetMdiMenuTarget(form)
    public static INMdiMenuTarget GetMdiMenuTarget( 
       System.Windows.Forms.Form form
    )

    Parameters

    form
    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