TiSwitchMultiPosition.PositionLabelInactiveFont
TiSwitchMultiPosition See Also
Controls the attributes of inactive position label(s) display in the control.
property PositionLabelInactiveFont : TFont;
Description
Use PositionLabelInactiveFont to change the attributes of the active position
label(s). 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.PositionLabelInactiveFont.Name := 'MS Sans Serif';
C++ Builder
iComponent->PositionLabelInactiveFont->Name = "MS Sans Serif";
Contents | Index | Previous | Next