Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZoneChild Interface / ParentZone Property


In This Topic
    ParentZone Property
    In This Topic
    Gets the INDockZone where this object resides.
    Syntax
    'Declaration
     
    
    Property ParentZone As INDockZone
    'Usage
     
    
    Dim instance As INDockZoneChild
    Dim value As INDockZone
     
    instance.ParentZone = value
     
    value = instance.ParentZone
    INDockZone ParentZone {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