AutoCorrect.CorrectKeyboardSetting 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.
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.