Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- HttpCookieCollection.cs
- QueryResponse.cs
- RuntimeHelpers.cs
- DocumentPageTextView.cs
- MergeLocalizationDirectives.cs
- HostingEnvironment.cs
- FieldBuilder.cs
- Storyboard.cs
- HuffModule.cs
- NamedPipeTransportManager.cs
- Container.cs
- RequestUriProcessor.cs
- InkCanvas.cs
- MdImport.cs
- XmlSchema.cs
- XmlSchemas.cs
- ClientBuildManager.cs
- XmlDocumentFragment.cs
- CharStorage.cs
- ExtensionSimplifierMarkupObject.cs
- x509utils.cs
- ContainerUtilities.cs
- TextSelection.cs
- ByteConverter.cs
- GridViewHeaderRowPresenter.cs
- MarkerProperties.cs
- DoubleKeyFrameCollection.cs
- OperationAbortedException.cs
- EmptyQuery.cs
- HttpPostedFile.cs
- CommandExpr.cs
- StrongName.cs
- SystemWebExtensionsSectionGroup.cs
- MetadataCacheItem.cs
- FixedSOMElement.cs
- BitmapVisualManager.cs
- ListItemsPage.cs
- ServiceBuildProvider.cs
- RawAppCommandInputReport.cs
- StorageSetMapping.cs
- LogExtentCollection.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- DiagnosticsConfiguration.cs
- SchemaMerger.cs
- ScriptingSectionGroup.cs
- ThreadSafeMessageFilterTable.cs
- FlowDocumentPage.cs
- SynchronizedDispatch.cs
- TableLayoutPanelCellPosition.cs
- ControlCachePolicy.cs
- AutomationElementCollection.cs
- Bold.cs
- CompilationUnit.cs
- EditorBrowsableAttribute.cs
- SafeNativeMethodsMilCoreApi.cs
- TransformerInfo.cs
- WindowsGraphics.cs
- RegexGroup.cs
- MergePropertyDescriptor.cs
- DataServiceProcessingPipelineEventArgs.cs
- SafeHandle.cs
- SqlConnectionManager.cs
- AnnotationResourceChangedEventArgs.cs
- WebControlAdapter.cs
- DefaultAutoFieldGenerator.cs
- SuppressMergeCheckAttribute.cs
- CredentialCache.cs
- SqlDependencyListener.cs
- SHA1CryptoServiceProvider.cs
- ListBox.cs
- ConnectionInterfaceCollection.cs
- Splitter.cs
- Activator.cs
- PageHandlerFactory.cs
- VarInfo.cs
- MethodBuilderInstantiation.cs
- DispatchWrapper.cs
- MobileResource.cs
- MergePropertyDescriptor.cs
- SiteOfOriginPart.cs
- ColorMap.cs
- SqlTypesSchemaImporter.cs
- DbSource.cs
- XsltFunctions.cs
- ReferencedAssembly.cs
- RightsController.cs
- BodyGlyph.cs
- ContextMenuService.cs
- DecimalConstantAttribute.cs
- SigningDialog.cs
- AppDomainAttributes.cs
- SchemaNames.cs
- ChangeDirector.cs
- EntityDataSourceEntitySetNameItem.cs
- Parser.cs
- SymbolType.cs
- UpdatePanelTriggerCollection.cs
- StreamUpdate.cs
- sitestring.cs
- ExeContext.cs