TiModeComboBox.Color

TiModeComboBox

Used to set the color the Mode Combo Box.

property Color: TColor;

Description

Use the Color property to get or set the color of the Mode Combo Box.

Example

Visual Basic

iComponent.Color := clRed;

Visual C++

iComponent->Color = clRed;

Contents | Index | Previous | Next