Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZone Interface

In This Topic
    INDockZone Interface Methods
    In This Topic

    For a list of all members of this type, see INDockZone members.

    Public Methods
     NameDescription
     MethodAdds a INDockZoneChild object to the container. An exception will be thrown if the container cannot accept this child. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodChecks whether the specified child can be added to the container. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodChecks whether the zone can be disposed.  
     MethodChecks whether the zone can be updated. For example a zone cannot be updated if it is refereced.  
     MethodCreates an exact copy of this instance and optionally assigns it the same id.  
     MethodChecks whether the container or one of its nested containers contains the specified child. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodDetermines whether a child of the specified type is contained within this container. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodChecks whether the zone contains referenced child.  
     Method (Inherited from Nevron.INReferenceHolder)
     MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.INReferenceHolder)
     Method (Inherited from System.IDisposable)
     MethodRecursively searches for a zone with the specified id.  
     MethodSearches up in the tree for a suspended parent.  
     MethodGets any child instance of the specified type. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodGets the current layout engine used by this zone.  
     MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.INReferenceHolder)
     MethodGets an object that contains serializable data for the current instance. (Inherited from Nevron.UI.WinForm.Controls.INSerializable)
     MethodOverloaded. Merges with the specified zone. The default processing will copy all the children from the specified zone to this one.  
     MethodNotifies this child of a change in its SizeInfo member. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     MethodGets notified of a splitter change. The default implementation updates the SizeInfo object of the contained children.  
     MethodPerforms layout logic. (Inherited from Nevron.UI.WinForm.Docking.INLayoutEngine)
     MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.INReferenceProvider)
     MethodRebuilds own and all children's identifiers. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodRemoves the specified child from the container. An exception will be thrown if the child is not parented by this container. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodRemoves all the currently contained children. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodResumes layout and optionally performs layout. (Inherited from Nevron.UI.WinForm.Docking.INLayoutEngine)
     MethodSets the index of the specified child within the container. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodSuspends any layout. (Inherited from Nevron.UI.WinForm.Docking.INLayoutEngine)
     MethodUpdates the zone's state in the zones tree. The default processing will check whether the zone is empty and if so will disposes it. The method will recursively call parent's Update method.  
     MethodUpdates (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     MethodUpdates the field references of this object (Inherited from Nevron.INReferenceHolder)
     MethodUpdates from the specified zone. By default this method will copy the SizeInfo and Padding values.  
     MethodUpdates the references stored by the object (Inherited from Nevron.INReferenceHolder)
     MethodUpdates all the contained children which are splittable.  
    Top
    See Also