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!

InputLangChangeRequestEventArgs Constructor (CultureInfo, Boolean, Boolean)

Initializes a new instance of the InputLangChangeRequestEventArgs class with the specified <span id="frameworks:locale" class ="gp">locale</span>, character set, and acceptance.

[Visual Basic]
Overloads Public Sub New( _
   ByVal culture As CultureInfo, _
   ByVal sysCharSet As Boolean, _
   ByVal acceptRequest As Boolean _
)
[C#]
public InputLangChangeRequestEventArgs(
   CultureInfo culture,
   bool sysCharSet,
   bool acceptRequest
);
[C++]
public: InputLangChangeRequestEventArgs(
   CultureInfo* culture,
   bool sysCharSet,
   bool acceptRequest
);
[JScript]
public function InputLangChangeRequestEventArgs(
   culture : CultureInfo,
   sysCharSet : Boolean,
   acceptRequest : Boolean
);

Parameters

culture
The locale of the requested input language.
sysCharSet
true if the the system default font supports the character set required for the requested input language; otherwise, false.
acceptRequest
true if the request is accepted and the input language changes; otherwise false.

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace | InputLangChangeRequestEventArgs Constructor Overload List