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

TcxMediaPlayer8Style Class

Provides a hot zone with a look similar to the Microsoft Windows Media Player 8 application.

#Declaration

Delphi
TcxMediaPlayer8Style = class(
    TcxHotZoneStyle
)

#Remarks

This class inherits from the TcxHotZoneStyle class (the common ancestor for objects representing hot zones within splitters). TcxMediaPlayer8Style introduces properties allowing you to customize the appearance of the hot zone it represents.

If you want to use this type of hot zone within a splitter, assign the MediaPlayer8 string to the HotZone property of a splitter control at design time. To set this type of hot zone at runtime, assign the TcxMediaPlayer8Style class to the HotZoneStyleClass property.

The image below displays the default hot zone provided by the TcxMediaPlayer8Style class.

Media Player 8 Style Example

#Inheritance

See Also