TiSwitchPanel.PanelFontActive
TiSwitchPanel
Controls the font used to draw a Position Caption when a Position is Active.
property PanelFontActive : TFont;
Description
Use PanelFontActive to change the font attributes of a Position Caption when
that position is Active. 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.PanelFontActive.Name := 'MS Sans Serif';
C++ Builder
iComponent->PanelFontActive->Name = "MS Sans Serif";
Contents | Index | Previous | Next