Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / AlphaSortedEnumConverter.cs / 1 / AlphaSortedEnumConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Collections; internal class AlphaSortedEnumConverter : EnumConverter { public AlphaSortedEnumConverter(Type type) : base(type) { } protected override IComparer Comparer { get { return EnumValAlphaComparer.Default; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExpressionServices.cs
- ItemsChangedEventArgs.cs
- Compilation.cs
- ScriptResourceAttribute.cs
- GlobalizationSection.cs
- XmlAttributes.cs
- TimeoutHelper.cs
- RevocationPoint.cs
- ImageButton.cs
- StateDesigner.Layouts.cs
- PersistenceProviderBehavior.cs
- PageTheme.cs
- DocumentAutomationPeer.cs
- ListDictionaryInternal.cs
- NameHandler.cs
- PositiveTimeSpanValidator.cs
- PinnedBufferMemoryStream.cs
- EditorPart.cs
- TypeCacheManager.cs
- HostedTransportConfigurationBase.cs
- HttpAsyncResult.cs
- DataObjectSettingDataEventArgs.cs
- ControlBuilder.cs
- UpdatePanel.cs
- DataRowCollection.cs
- MoveSizeWinEventHandler.cs
- DocumentOrderQuery.cs
- WinEventWrap.cs
- BooleanConverter.cs
- WindowsRegion.cs
- Semaphore.cs
- SecurityBindingElementImporter.cs
- PackageRelationshipSelector.cs
- SignedXml.cs
- HijriCalendar.cs
- ExpressionPrefixAttribute.cs
- PagesChangedEventArgs.cs
- SingleSelectRootGridEntry.cs
- MapPathBasedVirtualPathProvider.cs
- CommonXSendMessage.cs
- AutomationPeer.cs
- RelationshipWrapper.cs
- FixedPageAutomationPeer.cs
- AccessText.cs
- TypeDescriptionProvider.cs
- NativeMethods.cs
- DispatcherHooks.cs
- ObjectDataSourceEventArgs.cs
- EventLogPermissionEntry.cs
- MaskedTextProvider.cs
- DocumentEventArgs.cs
- TabPanel.cs
- FormViewInsertEventArgs.cs
- XamlStackWriter.cs
- ExpressionConverter.cs
- FormsAuthenticationConfiguration.cs
- FormatConvertedBitmap.cs
- ConfigXmlComment.cs
- ParseNumbers.cs
- TextParagraphView.cs
- MetadataPropertyAttribute.cs
- ACL.cs
- CodeTypeReferenceCollection.cs
- TableRowCollection.cs
- StorageEntityTypeMapping.cs
- GridView.cs
- entityreference_tresulttype.cs
- ConfigXmlSignificantWhitespace.cs
- DbCommandDefinition.cs
- DocComment.cs
- DesignerView.cs
- BufferedReadStream.cs
- MappingSource.cs
- ObjectHelper.cs
- CmsUtils.cs
- DbgUtil.cs
- Run.cs
- Invariant.cs
- xsdvalidator.cs
- LicenseContext.cs
- ExternalException.cs
- UniqueSet.cs
- CFStream.cs
- TitleStyle.cs
- BuilderPropertyEntry.cs
- KeySplineConverter.cs
- AuthorizationRule.cs
- ButtonStandardAdapter.cs
- UiaCoreProviderApi.cs
- WindowsRegion.cs
- GridEntryCollection.cs
- Hashtable.cs
- XmlQueryContext.cs
- OutputCacheProfile.cs
- HtmlTextViewAdapter.cs
- DataStorage.cs
- AccessedThroughPropertyAttribute.cs
- TimersDescriptionAttribute.cs
- PageFunction.cs
- TextElementEnumerator.cs