Skip to main content

TcxMediaPlayer9Style Class

Provides a hot zone that looks similar to the Microsoft Windows Media Player 9 application.

Declaration

TcxMediaPlayer9Style = class(
    TcxHotZoneStyle
)

Remarks

The TcxMediaPlayer9Style class is one of four predefined hot zone styles for splitter controls (TcxCustomSplitter descendants) and it is derived from the TcxHotZoneStyle class. In addition to the inherited settings, it introduces its own properties to customize the hot zone’s look and feel.

There are two ways to assign this hot zone style to a splitter control. At design time, you need to set the HotZone property of a splitter control to the MediaPlayer9 string. If you need to apply this hot zone style at runtime, assign the TcxMediaPlayer9Style class to the HotZoneStyleClass property.

The image below displays the default appearance of the Media Player 9 hot zone.

Media Player 9-Style Hot Zone Example

Inheritance

See Also