Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneData Class / Zone Property


In This Topic
    Zone Property (NDockZoneData)
    In This Topic
    Gets or sets the INDockZone instance which state will be saved/restored
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Zone As INDockZone
    'Usage
     
    
    Dim instance As NDockZoneData
    Dim value As INDockZone
     
    instance.Zone = value
     
    value = instance.Zone
    [System.Xml.Serialization.XmlIgnore()]
    public INDockZone Zone {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