Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / InputLangChangeEvent.cs / 1 / InputLangChangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Drawing; using System.Globalization; using System.Windows.Forms; using System.ComponentModel; using Microsoft.Win32; ////// /// public class InputLanguageChangedEventArgs : EventArgs { ////// Provides data for the ////// event. /// /// /// The input language. /// private readonly InputLanguage inputLanguage; ////// /// The culture of the input language. /// private readonly CultureInfo culture; ////// /// The charSet associated with the new input language. /// private readonly byte charSet; /** * @deprecated. Use the other constructor instead. */ ////// /// /// public InputLanguageChangedEventArgs(CultureInfo culture, byte charSet) { this.inputLanguage = System.Windows.Forms.InputLanguage.FromCulture(culture); this.culture = culture; this.charSet = charSet; } ////// Initializes a new instance of the ///class with the /// specified locale and character set. /// /// /// public InputLanguageChangedEventArgs(InputLanguage inputLanguage, byte charSet) { this.inputLanguage = inputLanguage; this.culture = inputLanguage.Culture; this.charSet = charSet; } ////// Initializes a new instance of the ///class with the specified input language and /// character set. /// /// /// public InputLanguage InputLanguage { get { return inputLanguage; } } ////// Gets the input language. /// ////// /// public CultureInfo Culture { get { return culture; } } ////// Gets the locale of the input language. /// ////// /// public byte CharSet { get { return charSet; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets the character set associated with the new input language. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Runtime.InteropServices; using System.Diagnostics; using System; using System.Drawing; using System.Globalization; using System.Windows.Forms; using System.ComponentModel; using Microsoft.Win32; ////// /// public class InputLanguageChangedEventArgs : EventArgs { ////// Provides data for the ////// event. /// /// /// The input language. /// private readonly InputLanguage inputLanguage; ////// /// The culture of the input language. /// private readonly CultureInfo culture; ////// /// The charSet associated with the new input language. /// private readonly byte charSet; /** * @deprecated. Use the other constructor instead. */ ////// /// /// public InputLanguageChangedEventArgs(CultureInfo culture, byte charSet) { this.inputLanguage = System.Windows.Forms.InputLanguage.FromCulture(culture); this.culture = culture; this.charSet = charSet; } ////// Initializes a new instance of the ///class with the /// specified locale and character set. /// /// /// public InputLanguageChangedEventArgs(InputLanguage inputLanguage, byte charSet) { this.inputLanguage = inputLanguage; this.culture = inputLanguage.Culture; this.charSet = charSet; } ////// Initializes a new instance of the ///class with the specified input language and /// character set. /// /// /// public InputLanguage InputLanguage { get { return inputLanguage; } } ////// Gets the input language. /// ////// /// public CultureInfo Culture { get { return culture; } } ////// Gets the locale of the input language. /// ////// /// public byte CharSet { get { return charSet; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the character set associated with the new input language. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MethodToken.cs
- thaishape.cs
- GridView.cs
- WebPartConnectionsDisconnectVerb.cs
- ToolStripRenderer.cs
- XamlFigureLengthSerializer.cs
- JoinSymbol.cs
- FixedLineResult.cs
- COM2IProvidePropertyBuilderHandler.cs
- WindowsProgressbar.cs
- Thickness.cs
- TailCallAnalyzer.cs
- GraphicsContext.cs
- FieldNameLookup.cs
- ExtensionQuery.cs
- Camera.cs
- StatusBar.cs
- WebPartCancelEventArgs.cs
- ListBindingConverter.cs
- Parser.cs
- PassportIdentity.cs
- MethodRental.cs
- ObfuscationAttribute.cs
- SimpleHandlerFactory.cs
- PenContext.cs
- UniqueID.cs
- BoolExpression.cs
- MexTcpBindingElement.cs
- ComPlusServiceLoader.cs
- GlobalizationSection.cs
- LexicalChunk.cs
- ScriptingWebServicesSectionGroup.cs
- CLRBindingWorker.cs
- ScrollViewerAutomationPeer.cs
- CharacterString.cs
- CqlGenerator.cs
- RedistVersionInfo.cs
- LineGeometry.cs
- CacheMemory.cs
- XhtmlBasicSelectionListAdapter.cs
- LicFileLicenseProvider.cs
- DesignerUtility.cs
- TextServicesContext.cs
- TypeGeneratedEventArgs.cs
- SecurityState.cs
- BeginStoryboard.cs
- InteropBitmapSource.cs
- OdbcStatementHandle.cs
- ActivationArguments.cs
- InfoCardBaseException.cs
- InstanceLockLostException.cs
- DataFormat.cs
- SqlDependencyListener.cs
- EditingScopeUndoUnit.cs
- XNameTypeConverter.cs
- AutomationPropertyChangedEventArgs.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- WindowsTab.cs
- StorageRoot.cs
- DispatchWrapper.cs
- EntityDataSourceUtil.cs
- Typography.cs
- BitmapEffectInputConnector.cs
- FieldCollectionEditor.cs
- FixedSchema.cs
- DoubleCollectionValueSerializer.cs
- ExtendedPropertyDescriptor.cs
- ReceiveSecurityHeaderEntry.cs
- DropShadowEffect.cs
- WindowsHyperlink.cs
- SevenBitStream.cs
- ReliableChannelBinder.cs
- NamedPipeChannelFactory.cs
- VScrollBar.cs
- PageAsyncTask.cs
- FormViewRow.cs
- XhtmlStyleClass.cs
- ForEachAction.cs
- EventLogEntry.cs
- DetailsViewDeleteEventArgs.cs
- StateItem.cs
- QilCloneVisitor.cs
- BitmapFrameEncode.cs
- URI.cs
- SqlAggregateChecker.cs
- COM2ExtendedUITypeEditor.cs
- ConnectionsZone.cs
- SecurityResources.cs
- CacheEntry.cs
- BindingSource.cs
- _ConnectionGroup.cs
- PasswordBox.cs
- HideDisabledControlAdapter.cs
- CombinedHttpChannel.cs
- SamlNameIdentifierClaimResource.cs
- DataError.cs
- TypeElement.cs
- HighlightComponent.cs
- figurelengthconverter.cs
- WebPartDeleteVerb.cs