Computer Science, asked by shikhar1759, 1 year ago

The name of a class used to programmatically create a font dialogue box is

Answers

Answered by rayjoy
17

the name of class used to programmatically create a font dialogue bax is a.

Answered by smartbrainz
4

The name of a class used to programmatically create a font dialogue box is FontDialog.

Explanation:

The system has many "built-in dialog boxes" which can be used in Windows forms for multiple purposes like opening file, saving file, printing, give choices for fonts, colors, page setup, etc.

The "FontDialog" control helps the user to select a font among those available on the local system and enables the user to select the font type, font size, and font color. The FontDialog returns the "Font and Color objects to the user".

Similar questions