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

In This Topic
    INDockZoneChildContainer Interface Members
    In This Topic

    The following tables list the members exposed by INDockZoneChildContainer.

    Public Properties
     NameDescription
     PropertyGets or sets the area this child occupies. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets the collection of INDockZoneChild objects.  
     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)
     PropertyGets the minimum allowed size for this child. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     PropertyGets the INDockZone where this object resides. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     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
     MethodOverloaded. Adds a INDockZoneChild object to the container. An exception will be thrown if the container cannot accept this child.  
     MethodChecks whether the specified child can be added to the container.  
     MethodChecks whether the container or one of its nested containers contains the specified child.  
     MethodDetermines whether a child of the specified type is contained within this container.  
     Method (Inherited from Nevron.INReferenceHolder)
     MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.INReferenceHolder)
     MethodGets any child instance of the specified type.  
     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)
     MethodNotifies this child of a change in its SizeInfo member. (Inherited from Nevron.UI.WinForm.Docking.INDockZoneChild)
     MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.INReferenceProvider)
     MethodRebuilds own and all children's identifiers.  
     MethodRemoves the specified child from the container. An exception will be thrown if the child is not parented by this container.  
     MethodRemoves all the currently contained children.  
     MethodSets the index of the specified child within the container.  
     MethodUpdates  
     MethodUpdates the field references of this object (Inherited from Nevron.INReferenceHolder)
     MethodUpdates the references stored by the object (Inherited from Nevron.INReferenceHolder)
    Top
    See Also