NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InputLanguage.MOVE_TO_FRONT

Moves an input language to the front of the language list. This field is constant.

[Visual Basic]
Public Const MOVE_TO_FRONT As Integer
[C#]
public const int MOVE_TO_FRONT;
[C++]
public: const int MOVE_TO_FRONT;
[JScript]
public var MOVE_TO_FRONT : int;

Remarks

This flag specifies that an InputLanguage should be moved to the front of the language list instead of rotating through the list until the language is in front. It is passed to SetCurrentInputLanguage and SelectNext. This only matters if more than three languages are installed.

See Also

InputLanguage Class | InputLanguage Members | System.WinForms Namespace | SelectNext | SetCurrentInputLanguage