Skip to main content

TcxCustomSplitter.HotZone Property

Specifies the hot zone style and provides access to its settings.

Declaration

property HotZone: TcxHotZoneStyle read; write;

Property Value

Type
TcxHotZoneStyle

Remarks

When the splitter control is created, the HotZone property value is nil. This means that the splitter doesn’t display a hot zone and end-users can only drag the splitter to resize the bound control. To display a hot zone, set the HotZone property to a TcxHotZoneStyle descendant that specifies the hot zone’s look & feel. The splitter control ships with four predefined hot zone styles (TcxHotZoneStyle descendants). They mimic the appearance and behavior of popular splitters and provide customization capabilities for them. At design time, the HotZone property value is initialized with a string. The table below lists the property values that correspond to the predefined hot zone styles.

Property’s Value

(Design-time Setting)

Property’s Value

(Runtime Setting)

Sample Appearance

Simple

A TcxSimpleStyle object.

XPTaskBar

A TcxXPTaskBarStyle object.

MediaPlayer8

A TcxMediaPlayer8Style object.

MediaPlayer9

A TcxMediaPlayer9Style object.

See Also