Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxXPTaskBarStyle Class

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

#Declaration

Delphi
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