Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / ExpandableObjectConverter.cs / 1 / ExpandableObjectConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using Microsoft.Win32; using System.Collections; using System.ComponentModel.Design; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class ExpandableObjectConverter : TypeConverter { ///Provides /// a type converter to convert expandable objects to and from various /// other representations. ////// public ExpandableObjectConverter() { } ////// Initializes a new instance of the System.ComponentModel.ExpandableObjectConverter class. /// ////// /// public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes) { return TypeDescriptor.GetProperties(value, attributes); } ///Gets a collection of properties for the type of object /// specified by the value /// parameter. ////// /// public override bool GetPropertiesSupported(ITypeDescriptorContext context) { return true; } } }Gets a value indicating /// whether this object supports properties using the /// specified context. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlContainerControl.cs
- MachineKeySection.cs
- CompilerScopeManager.cs
- SchemaComplexType.cs
- BitmapEffectDrawingContextWalker.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- LinqToSqlWrapper.cs
- WebException.cs
- FileInfo.cs
- configsystem.cs
- RelatedCurrencyManager.cs
- IDispatchConstantAttribute.cs
- DynamicMethod.cs
- FrameworkPropertyMetadata.cs
- x509store.cs
- XPathMultyIterator.cs
- DbConnectionStringCommon.cs
- Pool.cs
- ReturnType.cs
- SqlRecordBuffer.cs
- RecordManager.cs
- FileLoadException.cs
- DrawListViewSubItemEventArgs.cs
- PerformanceCounterNameAttribute.cs
- ComponentResourceKey.cs
- DesignerLoader.cs
- Roles.cs
- ToolStripAdornerWindowService.cs
- PersonalizationProvider.cs
- HtmlTitle.cs
- Transform3DGroup.cs
- Converter.cs
- FileDialogPermission.cs
- ReflectionUtil.cs
- GridItem.cs
- DataTableMapping.cs
- PerformanceCounterPermissionEntryCollection.cs
- ClientScriptManager.cs
- WindowsListViewItem.cs
- XPathNode.cs
- XomlSerializationHelpers.cs
- XmlDocumentType.cs
- XmlSchemaInferenceException.cs
- MemberListBinding.cs
- WebPartsPersonalization.cs
- ProxyGenerationError.cs
- DoWorkEventArgs.cs
- DbProviderFactories.cs
- MailBnfHelper.cs
- DataReaderContainer.cs
- TagPrefixAttribute.cs
- KeyGestureConverter.cs
- XmlDataLoader.cs
- DbConnectionStringBuilder.cs
- HttpAsyncResult.cs
- Label.cs
- IPEndPointCollection.cs
- UIPermission.cs
- odbcmetadatacolumnnames.cs
- StrokeSerializer.cs
- ServiceDesigner.cs
- TextServicesCompartmentEventSink.cs
- OdbcConnectionOpen.cs
- OSFeature.cs
- SectionXmlInfo.cs
- FixedPageStructure.cs
- DiscoveryReference.cs
- Unit.cs
- OutputWindow.cs
- NamedElement.cs
- WindowVisualStateTracker.cs
- ZoneButton.cs
- ListComponentEditor.cs
- SEHException.cs
- EndpointConfigContainer.cs
- CustomLineCap.cs
- DBSqlParser.cs
- SqlDataAdapter.cs
- RenderDataDrawingContext.cs
- MonitorWrapper.cs
- FrameworkContentElement.cs
- HotSpotCollection.cs
- FormsAuthentication.cs
- RedistVersionInfo.cs
- DataRowCollection.cs
- HttpRuntime.cs
- MessageQueueKey.cs
- ThousandthOfEmRealDoubles.cs
- ImageUrlEditor.cs
- GroupBoxRenderer.cs
- XmlPreloadedResolver.cs
- DoubleAnimation.cs
- Task.cs
- Utils.cs
- SafeNativeMethods.cs
- DES.cs
- Code.cs
- SqlPersonalizationProvider.cs
- CollectionViewProxy.cs
- TabItemWrapperAutomationPeer.cs