ダイアログ ボックスで、グラフィック デバイス インターフェイス (GDI: Graphics Device Interface) におけるフォント表示をシミュレーションできるかどうかを示す値を取得または設定します。
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 。それ以外の場合は false 。既定値は true です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
FontDialog クラス | FontDialog メンバ | System.Windows.Forms 名前空間 | AllowScriptChange | AllowVectorFonts | AllowVerticalFonts