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 / InputLangChangeRequestEvent.cs / 1 / 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
- UICuesEvent.cs
- Types.cs
- ClosureBinding.cs
- PreservationFileReader.cs
- PageParser.cs
- Cursor.cs
- AutoGeneratedFieldProperties.cs
- SmiContextFactory.cs
- BoundingRectTracker.cs
- Stack.cs
- TableRowCollection.cs
- DSACryptoServiceProvider.cs
- Validator.cs
- VersionedStream.cs
- FrameworkElementAutomationPeer.cs
- InputScopeNameConverter.cs
- TreeNode.cs
- ControlBindingsCollection.cs
- DataRelationCollection.cs
- ImageFormatConverter.cs
- DataKeyArray.cs
- HttpRequestContext.cs
- QilIterator.cs
- FontDifferentiator.cs
- ResolveCriteria.cs
- XmlILIndex.cs
- CachingHintValidation.cs
- BuildDependencySet.cs
- DataStreams.cs
- ValidationHelpers.cs
- BulletDecorator.cs
- SemaphoreFullException.cs
- GridViewRowPresenter.cs
- ClientType.cs
- AsnEncodedData.cs
- DataTrigger.cs
- DataGridColumnStyleMappingNameEditor.cs
- JavaScriptString.cs
- InvokeMethod.cs
- EntityEntry.cs
- Constants.cs
- HyperLinkField.cs
- DockPattern.cs
- MouseBinding.cs
- TypeUsage.cs
- WebPartDisplayMode.cs
- GradientBrush.cs
- SessionStateModule.cs
- SafeProcessHandle.cs
- DesignOnlyAttribute.cs
- PointLightBase.cs
- ServerType.cs
- WindowsTitleBar.cs
- Span.cs
- DCSafeHandle.cs
- SmtpReplyReaderFactory.cs
- ReachDocumentPageSerializerAsync.cs
- CacheMemory.cs
- SystemTcpConnection.cs
- PropertyMapper.cs
- WindowsEditBoxRange.cs
- WebException.cs
- CacheDependency.cs
- TextElement.cs
- CombinedTcpChannel.cs
- IntellisenseTextBox.cs
- WebPartConnectionCollection.cs
- DataRecordInternal.cs
- StyleSelector.cs
- UIPropertyMetadata.cs
- RequestCachePolicy.cs
- Canvas.cs
- SafeFileHandle.cs
- ToolStripStatusLabel.cs
- ImageBrush.cs
- ButtonAutomationPeer.cs
- ECDsaCng.cs
- KeyValueConfigurationCollection.cs
- nulltextcontainer.cs
- documentsequencetextview.cs
- ListViewInsertedEventArgs.cs
- EdmFunction.cs
- WinInet.cs
- DateTimeUtil.cs
- ConsumerConnectionPoint.cs
- Shape.cs
- WorkflowIdleElement.cs
- ExternalCalls.cs
- AuthorizationSection.cs
- IMembershipProvider.cs
- PageParser.cs
- Comparer.cs
- SqlBuffer.cs
- SpellerInterop.cs
- ScrollProviderWrapper.cs
- ConfigUtil.cs
- AlphaSortedEnumConverter.cs
- LinkGrep.cs
- DataServiceProviderMethods.cs
- Scanner.cs