Vcl.MPlayer.TMediaPlayer.ColoredButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColoredButtons: TButtonSet read FColoredButtons write SetColored  default [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack, btRecord, btEject];

C++

__property TButtonSet ColoredButtons = {read=FColoredButtons, write=SetColored, default=511};

Properties

Type Visibility Source Unit Parent
property published
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Determines which buttons on the media player control have color.

ColoredButtons controls which buttons on the media player are colored.

If a button is not colored with ColoredButtons, it appears in black-and-white when visible. All media player control buttons are colored by default.

See Also