Gets or sets a value indicating whether the dialog box allows graphics device interface (GDI) font simulations.
[Visual Basic] Public Property AllowSimulations As Boolean [C#] public bool AllowSimulations {get; set;} [C++] public: __property bool get_AllowSimulations(); public: __property void set_AllowSimulations(bool); [JScript] public function get AllowSimulations() : Boolean; public function set AllowSimulations(Boolean);
true if font simulations are allowed; otherwise, false. The default value is true.
FontDialog Class | FontDialog Members | System.WinForms Namespace | AllowScriptChange | AllowVectorFonts | AllowVerticalFonts