|
| Name | Description |
|---|
  | CenterRect |
Retrieves a Rectangle structure, that is aligned within the specified bounds, and is with the desired size.
|
  | CleanupContainer |
Performs a clean-up logic upon the specified RadSplitContainer instance, associated with the specified RadDock instance.
|
  | CollapseOrDisposeStrips |
Asks all DockTabStrip instances to check whether they need to be collapsed or disposed.
Used in a clean-up pass of RadDock for a control tree defragmentation.
|
  | EnsureSizeBounds(Size, Size, Size) |
Applies Minimum and Maximum constraints to the specified Size structure.
|
  | EnsureSizeBounds(SizeF, SizeF, SizeF) |
Applies Minimum and Maximum constraints to the specified SizeF structure.
|
  | EnsureSizeMaxBounds |
Applies Maximum constraint to the specified Size structure.
|
  | EnsureSizeMinBounds |
Applies Minimum constraint to the specified Size structure.
|
  | FindCommonAncestor |
Finds the first RadSplitContainer instance, which contains both specified panels.
|
  | GetAllowedDockState | |
  | GetAutoHidePosition | |
  | GetDirectChildContainingPanel |
Traverses the tree of split containers and finds the panel,
which is direct child of the specified container and contains the specified split panel as a descendant.
|
  | GetDockPosition | |
  | GetDockTabStrips<(Of <<'(T>)>>) |
Collects all the DockTabStrip instances, residing on the specified parent, and associated with the provided RadDock instance.
|
  | GetDockWindows |
Collects all the DockWindow instances, residing on the specified parent, and associated with the provided RadDock instance.
|
  | GetSplitContainers |
Collects all the RadSplitContainer instances, residing on the specified parent, and associated with the provided RadDock instance.
|
  | MergeContainers |
Defragments the tree of RadSplitContainer instances.
Used by a RadDock control to clean-up unnecessary containers.
|
  | ShouldBeginDrag |
Determines whether a Drag operation should be started.
|