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

In This Topic
    INDockZone Interface Members
    In This Topic

    The following tables list the members exposed by INDockZone.

    Public Properties
     NameDescription
     PropertyGets or sets the area this child occupies. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets the collection of INDockZoneChild objects. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChildContainer)
     PropertyGets the INDockingPanelContainer where this zone resides.  
     PropertyGets the rectangle available for displaying child objects such as panels and nested zones.  
     PropertyGets a value whether this zone is in a process of being disposed.  
     PropertyGets or sets the unique identifier of this object. (Inherited from Nevron.UI.WinForm.Docking.INUniqueID)
     PropertyGets or sets the index of this child in its container collection. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets a value indicating whether this child is empty. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyDetermines whether this instance is the root for all zones.  
     PropertyGets a value whether this layout engine is currently suspended. (Inherited from Nevron.UI.WinForm.Docking.INLayoutEngine)
     PropertyGets or sets the object responsible for layout operations upon zone's children.  
     PropertyGets information about layout operations. (Inherited from Nevron.UI.WinForm.Docking.INLayoutEngine)
     PropertyGets the minimum allowed size for this child. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets pr sets the name of the zone. Used by designer serializers.  
     PropertyGets or sets the orientation of the engine. That is the logic used when performing layout.  
     Property  
     PropertyGets the INDockZone where this object resides. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets the count of "Referenced = true" property set.  
     PropertyGets or sets a value whether this zone or any of its children is reserved as a placeholder for a INDockingPanel object which resides on another container or is hidden. If true the zone will not be automatically destroyed when it becomes empty.  
     PropertyGets the root INDockZone of the zones tree. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets or sets an object containing information about how this child should be treated by a layout engine. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
    Top
    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