TiStripChart.ToolBarInactiveModeFont

TiStripChart See Also

Controls the font attributes of the label's in the toolbar which are not the active mode.

property ToolBarInactiveModeFont : TFont;

Description

Use ToolBarInactiveModeFont to change the font attributes of the label's in the toolbar, which do not equal the active mode. To change to a new font, specify a new TFont object. To modify a font, change the value of the Color, Height, Name, Pitch, Size, or Style of the TFont object.

Example

Delphi

iComponent.ToolBarInactiveModeFont.Name := 'MS Sans Serif';

C++ Builder

iComponent->ToolBarInactiveModeFont->Name = "MS Sans Serif";

Contents | Index | Previous | Next