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 / TextBoxAutoCompleteSourceConverter.cs / 1 / TextBoxAutoCompleteSourceConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Collections; internal class TextBoxAutoCompleteSourceConverter : EnumConverter { public TextBoxAutoCompleteSourceConverter(Type type) : base(type) { } ////// /// /// public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { StandardValuesCollection values = base.GetStandardValues(context); ArrayList list = new ArrayList(); int count = values.Count; for (int i=0; iGets a collection of standard values for the data type this validator is /// designed for. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Collections; internal class TextBoxAutoCompleteSourceConverter : EnumConverter { public TextBoxAutoCompleteSourceConverter(Type type) : base(type) { } /// /// /// /// public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { StandardValuesCollection values = base.GetStandardValues(context); ArrayList list = new ArrayList(); int count = values.Count; for (int i=0; iGets a collection of standard values for the data type this validator is /// designed for. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HttpCookieCollection.cs
- WebPartConnectionsConnectVerb.cs
- X509AsymmetricSecurityKey.cs
- ProfilePropertySettings.cs
- MenuItem.cs
- MembershipPasswordException.cs
- Font.cs
- FrameworkContextData.cs
- QuaternionValueSerializer.cs
- MethodCallConverter.cs
- SqlFileStream.cs
- SqlDataSource.cs
- PropVariant.cs
- NaturalLanguageHyphenator.cs
- HttpWriter.cs
- IResourceProvider.cs
- AdornerDecorator.cs
- QuaternionAnimationBase.cs
- PixelShader.cs
- ObjectCloneHelper.cs
- ClonableStack.cs
- StreamGeometry.cs
- FixedSOMTableCell.cs
- XmlnsPrefixAttribute.cs
- ConfigurationPropertyAttribute.cs
- ImageListUtils.cs
- DateTimeFormatInfoScanner.cs
- Substitution.cs
- MeasureItemEvent.cs
- DropDownHolder.cs
- PerspectiveCamera.cs
- EditingMode.cs
- PackageRelationshipCollection.cs
- CompoundFileStorageReference.cs
- PasswordRecovery.cs
- EditorAttribute.cs
- Point4DConverter.cs
- DynamicILGenerator.cs
- CurrencyWrapper.cs
- ActivationServices.cs
- BuildManager.cs
- LightweightCodeGenerator.cs
- SqlCacheDependencySection.cs
- SqlReorderer.cs
- HtmlToClrEventProxy.cs
- DefaultWorkflowSchedulerService.cs
- ConfigurationStrings.cs
- Span.cs
- Partitioner.cs
- SocketInformation.cs
- SqlStream.cs
- TableLayoutPanelCodeDomSerializer.cs
- AppDomain.cs
- ProtocolImporter.cs
- SqlMethodAttribute.cs
- SqlBuffer.cs
- DateTimeConverter.cs
- ObjectListFieldsPage.cs
- ImageSource.cs
- Typeface.cs
- SingleKeyFrameCollection.cs
- GeneratedCodeAttribute.cs
- SafeArrayTypeMismatchException.cs
- ListItem.cs
- ReservationNotFoundException.cs
- BinaryNode.cs
- MSAANativeProvider.cs
- EntityDataSourceWrapper.cs
- UntypedNullExpression.cs
- FixedSOMContainer.cs
- LicenseProviderAttribute.cs
- XmlIgnoreAttribute.cs
- AssociationSetMetadata.cs
- DrawingContextWalker.cs
- DBCommandBuilder.cs
- DbProviderConfigurationHandler.cs
- HwndMouseInputProvider.cs
- UInt32Storage.cs
- Freezable.cs
- CounterSample.cs
- InputReport.cs
- AuthenticationModulesSection.cs
- EncoderBestFitFallback.cs
- EntityTemplateFactory.cs
- OrderedDictionaryStateHelper.cs
- CqlQuery.cs
- OrderedDictionaryStateHelper.cs
- SafeLocalAllocation.cs
- HighContrastHelper.cs
- UserControlDesigner.cs
- RoutedEventValueSerializer.cs
- StatusBarDrawItemEvent.cs
- StringFreezingAttribute.cs
- RawUIStateInputReport.cs
- ProtectedConfiguration.cs
- DataGridViewColumnTypePicker.cs
- DialogWindow.cs
- TextBox.cs
- Base64Stream.cs
- MsmqIntegrationChannelListener.cs