Skip to main content

TcxMediaPlayer8Style Class

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

Declaration

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