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.AcceptRequest

Gets or sets a value indicating whether the request is accepted and the input language will change.

[Visual Basic]
Public Property AcceptRequest As Boolean
[C#]
public bool AcceptRequest {get; set;}
[C++]
public: __property bool get_AcceptRequest();
public: __property void set_AcceptRequest(bool);
[JScript]
public function get AcceptRequest() : Boolean;
public function set AcceptRequest(Boolean);

Property Value

true if the request is accepted and the input language will change; otherwise false.

See Also

InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace