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.ScriptsOnly

Gets or sets a value indicating whether the dialog box allows selection of fonts for all non-OEM and Symbol character sets, as well as the American National Standards Institute (ANSI) character set.

[Visual Basic]
Public Property ScriptsOnly As Boolean
[C#]
public bool ScriptsOnly {get; set;}
[C++]
public: __property bool get_ScriptsOnly();
public: __property void set_ScriptsOnly(bool);
[JScript]
public function get ScriptsOnly() : Boolean;
public function set ScriptsOnly(Boolean);

Property Value

true if selection of fonts for all non-OEM and Symbol character sets, as well as the ANSI character set, is allowed; otherwise, false. The default value is false.

See Also

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