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;
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.
InputLanguage Class | InputLanguage Members | System.WinForms Namespace | SelectNext | SetCurrentInputLanguage