Vcl.MPlayer.TMediaPlayer.ColoredButtons

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ColoredButtons: TButtonSet read FColoredButtons write SetColored

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

説明

メディアプレーヤのボタンの色を指定します。

ColoredButtons プロパティはメディアプレーヤのボタンの色を指定します。

ColoredButtons プロパティを使って色を指定していない場合,ボタンは(表示される場合)白黒で表示されます。デフォルトでは,すべてのメディアプレーヤのボタンはカラーで表示されます。

関連項目