134 lines
7.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="InputLanguageChangingEventArgs" FullName="System.Windows.Forms.InputLanguageChangingEventArgs">
<TypeSignature Language="C#" Value="public class InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ComponentModel.CancelEventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You can use the data from the <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> class to prepare to change Input Method Editors (IME) or swap right-to-left values. You can also change a thread's <see cref="P:System.Threading.Thread.CurrentCulture" /> and <see cref="P:System.Threading.Thread.CurrentUICulture" /> properties so that different resources get picked up. To prevent the input language from changing, set the <see cref="P:System.ComponentModel.CancelEventArgs.Cancel" /> property to true.</para>
<para>An <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> identifies the requested input language and the character set of new input language. The <see cref="P:System.Windows.Forms.InputLanguageChangingEventArgs.Culture" /> property identifies the locale of the requested language.</para>
<para>The <see cref="E:System.Windows.Forms.Form.InputLanguageChanging" /> event precedes the <see cref="E:System.Windows.Forms.Form.InputLanguageChanged" /> event.</para>
<para>For information about handling events, see <format type="text/html"><a href="01e4f1bc-e55e-413f-98c7-6588493e5f67">Consuming Events</a></format>.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the <see cref="E:System.Windows.Forms.Form.InputLanguageChanging" /> event.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public InputLanguageChangingEventArgs (System.Globalization.CultureInfo culture, bool sysCharSet);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="culture" Type="System.Globalization.CultureInfo" />
<Parameter Name="sysCharSet" Type="System.Boolean" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> class with the specified locale, character set, and acceptance.</para>
</summary>
<param name="culture">
<attribution license="cc4" from="Microsoft" modified="false" />The locale of the requested input language. </param>
<param name="sysCharSet">
<attribution license="cc4" from="Microsoft" modified="false" />true if the system default font supports the character set required for the requested input language; otherwise, false. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public InputLanguageChangingEventArgs (System.Windows.Forms.InputLanguage inputLanguage, bool sysCharSet);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="inputLanguage" Type="System.Windows.Forms.InputLanguage" />
<Parameter Name="sysCharSet" Type="System.Boolean" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> class with the specified input language, character set, and acceptance of a language change.</para>
</summary>
<param name="inputLanguage">
<attribution license="cc4" from="Microsoft" modified="false" />The requested input language. </param>
<param name="sysCharSet">
<attribution license="cc4" from="Microsoft" modified="false" />true if the system default font supports the character set required for the requested input language; otherwise, false. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Culture">
<MemberSignature Language="C#" Value="public System.Globalization.CultureInfo Culture { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Globalization.CultureInfo</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="P:System.Windows.Forms.InputLanguageChangedEventArgs.Culture" /> property specifies a <see cref="T:System.Globalization.CultureInfo" /> that defines a set of user preference information dependent on the user's language, sublanguage, country/region, and cultural conventions.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the locale of the requested input language.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="InputLanguage">
<MemberSignature Language="C#" Value="public System.Windows.Forms.InputLanguage InputLanguage { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.InputLanguage</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating the input language.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="SysCharSet">
<MemberSignature Language="C#" Value="public bool SysCharSet { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets a value indicating whether the system default font supports the character set required for the requested input language.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>