AutoCorrect.CorrectKeyboardSetting Property

Definition

Returns or sets a value that indicates if Microsoft Word automatically transposes words to their native alphabet if you type text in a language other than the current keyboard language.

public:
 property bool CorrectKeyboardSetting { bool get(); void set(bool value); };
public bool CorrectKeyboardSetting { get; set; }
member this.CorrectKeyboardSetting : bool with get, set
Public Property CorrectKeyboardSetting As Boolean

Property Value

Remarks

The CheckLanguage property must be set to True in order to use the CorrectKeyboardSetting property.

For more information on using Word with multiple languages, see Microsoft Word help.

Applies to