Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingFrameworkState Class / Manager Property


In This Topic
    Manager Property (NDockingFrameworkState)
    In This Topic
    Gets or sets the docking manager object which state is to be loaded/persisted.
    Syntax
    'Declaration
     
    
    Public Property Manager As NDockManager
    'Usage
     
    
    Dim instance As NDockingFrameworkState
    Dim value As NDockManager
     
    instance.Manager = value
     
    value = instance.Manager
    public NDockManager Manager {get; set;}
    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