Category | Text Formatting |
Default Catalog | Visual FoxPro Catalog\Foundation Classes\Text Formatting |
Class | _cbofontname |
Base Class | ComboBox |
Class Library | _format.vcx |
Parent Class | _combobox |
Sample | ...\Samples\Vfp98\Solution\Toolbars\format.scx |
Remarks
This class is a combobox that lists available fonts when placed on a form. It is also used by the tbrEditing and rtfControls classes of _format.scx.
To use, drop the class on a project or form or, from the Component Gallery Item Shortcut menu, select Add to Project or Add to Form. When you add the class to a form, Visual FoxPro places a combobox on the form so you can specify appropriate font values for objects in the active form. When you drop the class on a project, you can choose between adding the class or creating a subclass.
See Guidelines for Using Visual FoxPro Foundation Classes for more information on using foundation classes.