Share via


Format Toolbar Foundation Class

This class, when placed on a form, provides a toolbar for applying font formatting to text in the active control.

Category

Text Format

Default Catalog

Visual FoxPro Catalog\Foundation Classes\Text Formatting

Class

_tbrediting

Base Class

Toolbar

Class Library

_format.vcx

Parent Class

_toolbars

Sample

...\Samples\Solution\Toolbars\format.scx

Remarks

To use, drop the class on a project or, from the Component Gallery Item shortcut menu, select Add to Project. When you add the class to a project, you can choose between adding the class or creating a subclass.

Properties, Events, Methods

Description

nAppliesTo property

Specifies the scope of the formatting.

1 = apply to the selected control 3 = apply to all controls

Default: 1

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Other Resources

Foundation Class Samples