NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.FontMustExist

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);

Property Value

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.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | FixedPitchOnly | ScriptsOnly