Skip to main content

TcxHotZoneStyle Class

Serves as the base for objects representing hot zones within splitter controls.

Declaration

TcxHotZoneStyle = class(
    TPersistent
)

Remarks

Splitter controls (TcxCustomSplitter descendants) are capable of displaying hot zones. A hot zone is an area within the splitter that can be clicked by end-users to close and open the splitter (i.e. set the size of the bound control to the minimum and back).

The hot zone used by the splitter control is specified by its HotZone or HotZoneStyleClass property. The splitter ships with four predefined hot zone styles (TcxHotZoneStyle descendants) – TcxSimpleStyle, TcxXPTaskBarStyle, TcxMediaPlayer8Style, and TcxMediaPlayer9Style. You can also create a custom hot zone style by inheriting from TcxHotZoneStyle. Refer to the Creating Custom Hot Zones for Splitters topic for details.

Inheritance

TObject
TPersistent
TcxHotZoneStyle
See Also