Font

[property icon] Font

Specifies the font set to be used by the control

Integer SYM index property

Applies to: Generic , Grid , GridCell


>Font

Font

This property allows a new font set to be assigned to a control. This property allows both stock fonts and font sets created within the forms designer to be assigned. However, it is recommended that you always use stock fonts to ensure that your applications retain the standard Windows look and feel.

 .btnControl1.font = &.HugeFont

An example KCML program you can paste into a KCML workbench session demonstrating the full list of stock fonts is available below:

See also

Generic methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events.