Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / InputLangChangeRequestEvent.cs / 1305376 / InputLangChangeRequestEvent.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 InputLanguageChangingEventArgs : CancelEventArgs { ////// Provides data for the ////// event. /// /// /// The requested input language. /// private readonly InputLanguage inputLanguage; ////// /// The locale of the requested input langugage. /// private readonly CultureInfo culture; ////// /// Set to true if the system default font supports the character /// set required for the requested input language. /// private readonly bool sysCharSet; /** * @deprecated Should use the new constructor instead. */ ////// /// /// public InputLanguageChangingEventArgs(CultureInfo culture, bool sysCharSet) { this.inputLanguage = System.Windows.Forms.InputLanguage.FromCulture(culture); this.culture = culture; this.sysCharSet = sysCharSet; } ////// Initializes a new instance of the ///class with the /// specified locale, character set, and acceptance. /// /// /// public InputLanguageChangingEventArgs(InputLanguage inputLanguage, bool sysCharSet) { if (inputLanguage == null) throw new ArgumentNullException("inputLanguage"); this.inputLanguage = inputLanguage; this.culture = inputLanguage.Culture; this.sysCharSet = sysCharSet; } ////// Initializes a new instance of the ///class with the /// specified input language, character set, and acceptance of /// a language change. /// /// /// public InputLanguage InputLanguage { get { return inputLanguage; } } ////// Gets the requested input language. /// ////// /// public CultureInfo Culture { get { return culture; } } ////// Gets the locale of the requested input language. /// ////// /// public bool SysCharSet { get { return sysCharSet; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets a value indicating whether the system default font supports the character /// set required for the requested 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 InputLanguageChangingEventArgs : CancelEventArgs { ////// Provides data for the ////// event. /// /// /// The requested input language. /// private readonly InputLanguage inputLanguage; ////// /// The locale of the requested input langugage. /// private readonly CultureInfo culture; ////// /// Set to true if the system default font supports the character /// set required for the requested input language. /// private readonly bool sysCharSet; /** * @deprecated Should use the new constructor instead. */ ////// /// /// public InputLanguageChangingEventArgs(CultureInfo culture, bool sysCharSet) { this.inputLanguage = System.Windows.Forms.InputLanguage.FromCulture(culture); this.culture = culture; this.sysCharSet = sysCharSet; } ////// Initializes a new instance of the ///class with the /// specified locale, character set, and acceptance. /// /// /// public InputLanguageChangingEventArgs(InputLanguage inputLanguage, bool sysCharSet) { if (inputLanguage == null) throw new ArgumentNullException("inputLanguage"); this.inputLanguage = inputLanguage; this.culture = inputLanguage.Culture; this.sysCharSet = sysCharSet; } ////// Initializes a new instance of the ///class with the /// specified input language, character set, and acceptance of /// a language change. /// /// /// public InputLanguage InputLanguage { get { return inputLanguage; } } ////// Gets the requested input language. /// ////// /// public CultureInfo Culture { get { return culture; } } ////// Gets the locale of the requested input language. /// ////// /// public bool SysCharSet { get { return sysCharSet; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets a value indicating whether the system default font supports the character /// set required for the requested input language. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InternalResources.cs
- StringFormat.cs
- Paragraph.cs
- WSFederationHttpSecurityMode.cs
- ControlType.cs
- ToolboxDataAttribute.cs
- LocalizedNameDescriptionPair.cs
- TextChange.cs
- Pair.cs
- BooleanKeyFrameCollection.cs
- HexParser.cs
- ObjectReaderCompiler.cs
- PKCS1MaskGenerationMethod.cs
- SimpleMailWebEventProvider.cs
- KeyManager.cs
- TextElementCollection.cs
- DependencyPropertyValueSerializer.cs
- ConfigurationLockCollection.cs
- EmissiveMaterial.cs
- CodeSnippetCompileUnit.cs
- RepeaterItemEventArgs.cs
- StorageMappingFragment.cs
- TableItemPattern.cs
- BinaryParser.cs
- DataReceivedEventArgs.cs
- TraceHandlerErrorFormatter.cs
- HelpInfo.cs
- CompressStream.cs
- ManagementObjectCollection.cs
- PageFunction.cs
- AlphabeticalEnumConverter.cs
- WhitespaceRuleReader.cs
- DbMetaDataCollectionNames.cs
- ParserHooks.cs
- RoutedEventValueSerializer.cs
- PathSegment.cs
- NextPreviousPagerField.cs
- URI.cs
- EllipseGeometry.cs
- BoundPropertyEntry.cs
- MouseGestureValueSerializer.cs
- DataRecord.cs
- FamilyMap.cs
- HttpListenerContext.cs
- ContainerUIElement3D.cs
- ISAPIRuntime.cs
- BackStopAuthenticationModule.cs
- LinqExpressionNormalizer.cs
- CompositeCollection.cs
- IdnElement.cs
- ClassGenerator.cs
- StylusPointDescription.cs
- ByteAnimationBase.cs
- XmlMtomWriter.cs
- EventLogPermissionEntryCollection.cs
- SafeProcessHandle.cs
- ScriptDescriptor.cs
- DataServiceProcessingPipeline.cs
- Parser.cs
- File.cs
- OperationDescriptionCollection.cs
- SignedXmlDebugLog.cs
- OptimalTextSource.cs
- PeerPresenceInfo.cs
- PersistenceException.cs
- TextParagraphProperties.cs
- ProxyHwnd.cs
- Wildcard.cs
- TabletCollection.cs
- CodeCommentStatementCollection.cs
- TcpWorkerProcess.cs
- OleDbParameterCollection.cs
- ServiceParser.cs
- FixUp.cs
- DateTimePicker.cs
- StylusPointDescription.cs
- Faults.cs
- DependencyObjectPropertyDescriptor.cs
- Registration.cs
- Module.cs
- HttpApplicationFactory.cs
- ZipIOExtraFieldZip64Element.cs
- ListViewItemSelectionChangedEvent.cs
- TextMessageEncodingElement.cs
- AssemblyUtil.cs
- NativeMethods.cs
- DataGridItemEventArgs.cs
- XmlSerializationWriter.cs
- InvalidCastException.cs
- XamlStackWriter.cs
- NetworkAddressChange.cs
- DateTimeFormatInfo.cs
- CommandPlan.cs
- _Rfc2616CacheValidators.cs
- VisualStyleInformation.cs
- LexicalChunk.cs
- ToolStripDropDownClosedEventArgs.cs
- TimelineCollection.cs
- GridPatternIdentifiers.cs
- TableHeaderCell.cs