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

Gets or sets a value indicating whether the user can change the character set specified in the Script combo box to display a character set other than the one currently displayed.

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

Property Value

true if the user can change the character set specified in the Script combo box; otherwise, false. The default value is true.

Remarks

The Script combo box found on the font dialog box contains character sets associated with the selected font.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | AllowSimulations | AllowVectorFonts | AllowVerticalFonts