Skip to main content

TcxXPTaskBarStyle Class

Provides a hot zone that looks like the splitter in the Windows® XP task bar.

Declaration

TcxXPTaskBarStyle = class(
    TcxHotZoneStyle
)

Remarks

The TcxXPTaskBarStyle object provides a hot zone like Windows® XP task bar splitters for TcxCustomSplitter descendants. To apply this hot zone style, assign the XPTaskBar string to the HotZone property of the splitter control at design time. If you need to apply this hot zone style at runtime, assign the TcxXPTaskBarStyle class to the HotZoneStyleClass property.

The TcxXPTaskBarStyle object is derived from the TcxHotZoneStyle class – the common ancestor of all objects representing hot zones. In addition to publishing inherited members, it introduces properties allowing you to customize its appearance.

The image below displays an example of the XP task bar hot zone style.

Inheritance

See Also