InputLanguageChangedEventArgs Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InputLanguageChangedEventArgs class.
InputLanguageChangedEventArgs(CultureInfo, Byte) |
Initializes a new instance of the InputLanguageChangedEventArgs class with the specified locale and character set. |
InputLanguageChangedEventArgs(InputLanguage, Byte) |
Initializes a new instance of the InputLanguageChangedEventArgs class with the specified input language and character set. |
Initializes a new instance of the InputLanguageChangedEventArgs class with the specified locale and character set.
public:
InputLanguageChangedEventArgs(System::Globalization::CultureInfo ^ culture, System::Byte charSet);
public InputLanguageChangedEventArgs (System.Globalization.CultureInfo culture, byte charSet);
new System.Windows.Forms.InputLanguageChangedEventArgs : System.Globalization.CultureInfo * byte -> System.Windows.Forms.InputLanguageChangedEventArgs
Public Sub New (culture As CultureInfo, charSet As Byte)
Parameters
- culture
- CultureInfo
The locale of the input language.
- charSet
- Byte
The character set associated with the new input language.
Exceptions
.NET 5 and later: An InputLanguage cannot be retrieved for culture
.
See also
Applies to
.NET Framework 4.8.1 dan versi lainnya
Produk | Versi |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Initializes a new instance of the InputLanguageChangedEventArgs class with the specified input language and character set.
public:
InputLanguageChangedEventArgs(System::Windows::Forms::InputLanguage ^ inputLanguage, System::Byte charSet);
public InputLanguageChangedEventArgs (System.Windows.Forms.InputLanguage inputLanguage, byte charSet);
new System.Windows.Forms.InputLanguageChangedEventArgs : System.Windows.Forms.InputLanguage * byte -> System.Windows.Forms.InputLanguageChangedEventArgs
Public Sub New (inputLanguage As InputLanguage, charSet As Byte)
Parameters
- inputLanguage
- InputLanguage
The input language.
- charSet
- Byte
The character set associated with the new input language.
Remarks
The input language specifies a culture/keyboard layout pair.
See the CharSet property for a list of valid character sets.
See also
Applies to
.NET Framework 4.8.1 dan versi lainnya
Produk | Versi |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Umpan balik .NET
.NET adalah proyek sumber terbuka. Pilih tautan untuk memberikan umpan balik: