Share via


Options.AutoKeyboardSwitching Property

Publisher Developer Reference

True for Microsoft Office Publisher to automatically switch the keyboard language to the language used for the text at the cursor position. Read/write Boolean.

Syntax

expression.AutoKeyboardSwitching

expression   A variable that represents an Options object.

Return Value
Boolean

Example

This example enables automatically switching the keyboard language to the necessary language.

Visual Basic for Applications
  Sub SetGlobalOptions()
    Options.AutoKeyboardSwitching = True
End Sub

See Also