FontDialog.AllowScriptChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.