Gets or sets a value indicating whether the dialog box specifies an error condition if the user attempts to select a font or style that does not exist.
[Visual Basic] Public Property FontMustExist As Boolean [C#] public bool FontMustExist {get; set;} [C++] public: __property bool get_FontMustExist(); public: __property void set_FontMustExist(bool); [JScript] public function get FontMustExist() : Boolean; public function set FontMustExist(Boolean);
true if the dialog box specifies an error condition when the user tries to select a font or style that does not exist; otherwise, false. The default is false.
FontDialog Class | FontDialog Members | System.WinForms Namespace | FixedPitchOnly | ScriptsOnly