Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NControlHost Class
Members


In This Topic
    NControlHost Class
    In This Topic
    Represents a generic dock zone which can host controls.
    Object Model
    NControlHost Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.Design.Serialization.DesignerSerializerAttribute(Nevron.Internal.hrCC, System.ComponentModel.Design.Serialization.CodeDomSerializer)>
    Public Class NControlHost 
       Inherits NDockZone
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider, Nevron.UI.WinForm.Controls.INSerializable, INDockAreaProvider, INDockZone, INDockZoneChild, INDockZoneChildContainer, INLayoutEngine, INUniqueID 
    'Usage
     
    
    Dim instance As NControlHost
    [System.ComponentModel.Design.Serialization.DesignerSerializer(Nevron.Internal.hrCC, System.ComponentModel.Design.Serialization.CodeDomSerializer)]
    public class NControlHost : NDockZone, Nevron.INReferenceHolder, Nevron.INReferenceProvider, Nevron.UI.WinForm.Controls.INSerializable, INDockAreaProvider, INDockZone, INDockZoneChild, INDockZoneChildContainer, INLayoutEngine, INUniqueID  
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WinForm.Docking.NDockZoneBase
          Nevron.UI.WinForm.Docking.NDockZone
             Nevron.UI.WinForm.Docking.NControlHost
                Nevron.UI.WinForm.Docking.NDockingPanelHost
                Nevron.UI.WinForm.Docking.NDocumentViewHost

    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