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);
true if the user can change the character set specified in the Script combo box; otherwise, false. The default value is true.
The Script combo box found on the font dialog box contains character sets associated with the selected font.
FontDialog Class | FontDialog Members | System.WinForms Namespace | AllowSimulations | AllowVectorFonts | AllowVerticalFonts