Vcl.MPlayer.TMPGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMPGlyph = (mgEnabled, mgDisabled, mgColored);

C++

enum DECLSPEC_DENUM TMPGlyph : unsigned char { mgEnabled, mgDisabled, mgColored };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Description

Represents the bitmap that appears on a TMediaPlayer button.

TMPGlyph specifies the bitmap that should be displayed on a TMediaPlayer button. It can be set up to three bitmap images, depending on the state of the button:


Button state Description

Enabled

Represents the glyph used when the button is enabled.

Disabled

This image usually appears dimmed to indicate that the button cannot be selected.

Colored

Represents the colored glyph used on the button. If not colored, the button has a black and white glyph.



See Also