TdxHorizContainerZone Members
Available for horizontal side containers only.
Docking Functionality
Not available.
Resizing Functionality
Gives you the ability to resize horizontal side container children by dragging their right-most borders.
Position
Occupies a rectangle at the right edge of a horizontal side container child. The width of the rectangle is specified by zone width. The height of the rectangle is specified by the corresponding edge’s length.
Constructors
Name | Description |
---|---|
Create(TdxCustomDockControl,Integer,TdxZoneKind) | Creates a new zone. Inherited from TdxZone. |
Properties
Name | Description |
---|---|
Direction | Returns the resizing direction. Inherited from TdxZone. |
DockIndex | Returns the dock index that controls will have when docked to this zone. Inherited from TdxZone. |
DockType | Returns the docking type supported by the zone. Inherited from TdxZone. |
Kind | Inherited from TdxZone. |
Owner | Gets the control to which the zone belongs. Inherited from TdxZone. |
Rectangle | Returns the bounding rectangle of the zone. Inherited from TdxZone. |
SelectionFrameWidth | Inherited from TdxZone. |
Width | Gets the width of the zone. Inherited from TdxZone. |
Methods
Name | Description |
---|---|
CanDock(TdxCustomDockControl) | Returns a value indicating whether the specified control can be docked to the zone. Inherited from TdxZone. |
CanResize(TPoint,TPoint) | Returns a value indicating whether the specified resizing operation can be performed. Inherited from TdxZone. |
Clone | Inherited from TdxZone. |
DoCanResize(Integer,Integer) | Inherited from TdxZone. |
DoDock(TdxCustomDockControl) | Inherited from TdxZone. |
DoResize(TPoint,TPoint) | Inherited from TdxZone. |
DrawResizingSelection(HDC,TPoint) | Inherited from TdxZone. |
Equals(TObject) | Inherited from TObject. |
GetDockingSelection(TdxCustomDockControl) | Returns the bounding rectangle of the docking frame indicating the specified control’s position if it is docked to this zone. Inherited from TdxZone. |
GetHashCode | Inherited from TObject. |
GetResizingSelection(TPoint) | Returns the bounding rectangle of a dock control’s resizing bar. Inherited from TdxZone. |
IsZonePoint(TPoint) | Returns a value indicating whether the specified point is within the zone. Inherited from TdxZone. |
PrepareSelectionRegion(TcxRegion,TdxCustomDockControl,TRect) | Inherited from TdxZone. |
ToString | Inherited from TObject. |
ValidateDockZone(TdxCustomDockControl,TdxCustomDockControl) | Returns a value indicating whether a zone of this type should be added to the control’s dock zones list. Inherited from TdxZone. |
ValidateResizeZone(TdxCustomDockControl,TdxCustomDockControl) | Returns a value indicating whether a resize zone of this type should be added to the specified control’s resize zones list. Inherited from TdxZone. |
See Also