FontDialog.AllowScriptChange Property

Definition

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.

public:
 property bool AllowScriptChange { bool get(); void set(bool value); };
public bool AllowScriptChange { get; set; }
member this.AllowScriptChange : bool with get, set
Public Property AllowScriptChange As 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.

Applies to

See also