Gets or sets a value indicating whether the dialog box allows only the selection of fixed-pitch fonts.
[Visual Basic] Public Property FixedPitchOnly As Boolean [C#] public bool FixedPitchOnly {get; set;} [C++] public: __property bool get_FixedPitchOnly(); public: __property void set_FixedPitchOnly(bool); [JScript] public function get FixedPitchOnly() : Boolean; public function set FixedPitchOnly(Boolean);
true if only fixed-pitch fonts can be selected; otherwise, false. The default value is false.
FontDialog Class | FontDialog Members | System.WinForms Namespace | FontMustExist | ScriptsOnly