TcxHotZoneStyle Members
Serves as the base for objects representing hot zones within splitter controls.Constructors
| Name | Description |
|---|---|
| Create(TcxCustomSplitter) | Creates an instance of the TcxHotZoneStyle class. |
Properties
| Name | Description |
|---|---|
| HotZoneRect | Specifies the hot zone’s bounding rectangle. |
| Owner | Gets the splitter control owning this hot zone. |
| SizePercent | Specifies the fraction of the splitter’s area occupied by the hot zone. |
| Visible | Specifies whether the hot zone is displayed. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| CalculateHotZoneRect(TRect) protected | Calculates the bounding rectangle of the hot zone. |
| Changed protected | Notifies the owning control to update the hot zone. |
| DrawHotZone(TcxCanvas,TRect,Boolean,Boolean) protected | Paints the hot zone. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| SplitterDirection protected | Returns the orientation of the hot zone and the arrows within it. |
| ToString | Inherited from TObject. |
See Also