TiSwitchPanel.PanelFontInactive
TiSwitchPanel
Controls the font used to draw a Position Caption when a Position is Inactive.
property PanelFontInactive : TFont;
Description
Use PanelFontInactive to change the font attributes of a Position Caption when
that position is Inactive. To change to a new font, specify a new TFontobject. To modify a font, change the value of the Color, Height, Name, Pitch,
Size, or Style of the TFontobject.
Example
Delphi
iComponent.PanelFontInactive.Name := 'MS Sans Serif';
C++ Builder
iComponent->PanelFontInactive->Name = "MS Sans Serif";
Contents | Index | Previous | Next