Name | Description | |
---|---|---|
![]() | AddChild | Overloaded. Adds a child to this zone. |
![]() | CanAcceptChild | Checks whether the specified child might be accepted by this zone. |
![]() | CanDispose | Checks whether the zone can be disposed. |
![]() | CanUpdate | Checks whether the zone can be updated. For example a zone cannot be updated if it is refereced. |
![]() | Clone | Overloaded. Creates an exact copy of this object. |
![]() | Contains | Checks whether this zone or one of its children contains the specified child. |
![]() | ContainsChildOfType | Checks whether a child of the specified type is contained by this zone or one of its children. |
![]() | ContainsReferencedChild | Checks whether the zone contains referenced child. |
![]() | CreateFieldNonSerializedObjects | |
![]() | Dispose | Overloaded. Releases all the resources used by this object. This method will recursively dispose all the nested children. |
![]() | FindZone | Recursively searches for a child with the specified id. |
![]() | GetAnyChildReferenced | Gets whether the zone or one of its children contains a referenced child. |
![]() | GetAnyParentSuspended | Checks whether there is currently any parent that is suspended. |
![]() | GetChildOfType | Gets a child of the specified type. |
![]() | GetLayoutEngine | Gets the current layout engine to be used. If the local member is not null it is used. Otherwise the instance provided by the dock manager is used. |
![]() | GetSerializationData | Gets the serializable representation of the zone. |
![]() | MergeWithZone | Overloaded. Merges with the specified zone. The default processing will copy all the children from the specified zone to this one. |
![]() | OnPaddingChanged | Notifies the zone for a change in its Padding member. |
![]() | OnSizeInfoChanged | Notifies for a change in the SizeInfo object. |
![]() | OnSplitterChange | Notifies the zone that a splitter change occured. |
![]() | PerformLayout | Performs layout logic upon all children. |
![]() | RebuildIds | Recreates the Guid structures of this zone and all its children. |
![]() | RemoveChild | Removes the specified child from the zone. |
![]() | RemoveChildren | Removes all the children currently contained by the zone. |
![]() | ResumeLayout | Resumes layout logic and optionally forces the zone to perform layout. |
![]() | SetChildIndex | Sets the preffered index to the specified child. |
![]() | SuspendLayout | Suspends any layout logic. |
![]() | Update | Updates the zone's state in the zones tree. The default processing will check whether the zone is empty and if so will dispose it. The method will recursively call parent's Update method. |
![]() | UpdateEmptyState | Updates the zone's IsEmpty state. |
![]() | UpdateFieldReferences | |
![]() | UpdateFromZone | Updates from the specified zone. By default this method will copy the SizeInfo and Padding values. |
![]() | UpdateSplitters | Forces the zone to update all splittable children. |