Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / RegisterDockPanel Method
The panel to register.


In This Topic
    RegisterDockPanel Method
    In This Topic
    Registers the panel with the manager.
    Syntax
    'Declaration
     
    
    Public Sub RegisterDockPanel( _
       ByVal panel As INDockingPanel _
    ) 
    'Usage
     
    
    Dim instance As NDockManager
    Dim panel As INDockingPanel
     
    instance.RegisterDockPanel(panel)
    public void RegisterDockPanel( 
       INDockingPanel panel
    )

    Parameters

    panel
    The panel to register.
    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