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);
true if the request is accepted and the input language will change; otherwise false.
InputLangChangeRequestEventArgs Class | InputLangChangeRequestEventArgs Members | System.WinForms Namespace