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

TcxMediaPlayer9Style Class

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

#Declaration

Delphi
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