Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / ComponentModel / BaseComponentEditor.cs / 1 / BaseComponentEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public abstract class ComponentEditor { ///Provides the base class for a custom component /// editor. ////// public bool EditComponent(object component) { return EditComponent(null, component); } ///Gets a value indicating whether the component was modified. ////// public abstract bool EditComponent(ITypeDescriptorContext context, object component); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a value indicating whether the component was modified. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.ComponentModel { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public abstract class ComponentEditor { ///Provides the base class for a custom component /// editor. ////// public bool EditComponent(object component) { return EditComponent(null, component); } ///Gets a value indicating whether the component was modified. ////// public abstract bool EditComponent(ITypeDescriptorContext context, object component); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a value indicating whether the component was modified. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropertyIDSet.cs
- BindingNavigator.cs
- ArrangedElement.cs
- RequestValidator.cs
- InfoCardCryptoHelper.cs
- Size3D.cs
- XXXOnTypeBuilderInstantiation.cs
- ParentUndoUnit.cs
- HierarchicalDataBoundControlAdapter.cs
- TextTrailingWordEllipsis.cs
- SQLGuid.cs
- AssemblyBuilderData.cs
- FileDialogPermission.cs
- ConfigurationLocationCollection.cs
- WebPart.cs
- ListMarkerLine.cs
- ScriptIgnoreAttribute.cs
- SqlMethodAttribute.cs
- GridViewRowEventArgs.cs
- ResourceContainer.cs
- MapPathBasedVirtualPathProvider.cs
- StringArrayConverter.cs
- ChannelAcceptor.cs
- SoapIgnoreAttribute.cs
- InternalsVisibleToAttribute.cs
- WebPartHeaderCloseVerb.cs
- AttachedPropertyBrowsableAttribute.cs
- HttpModuleCollection.cs
- ADRole.cs
- KeyConverter.cs
- ProvidePropertyAttribute.cs
- ColorConverter.cs
- PresentationTraceSources.cs
- DecoderFallback.cs
- KeyPressEvent.cs
- ZoneButton.cs
- ObjectDataSourceFilteringEventArgs.cs
- TreeWalker.cs
- HttpStreams.cs
- UIElementCollection.cs
- DataTemplate.cs
- TCPListener.cs
- SqlServices.cs
- UriTemplate.cs
- MetadataItem_Static.cs
- ScrollBarRenderer.cs
- XmlSchemaSimpleTypeRestriction.cs
- BitStack.cs
- ImageClickEventArgs.cs
- TextClipboardData.cs
- Compilation.cs
- XmlNotation.cs
- ICollection.cs
- loginstatus.cs
- AsyncResult.cs
- TileBrush.cs
- DataTable.cs
- OutputCacheSettings.cs
- PropertyChangedEventArgs.cs
- PlanCompiler.cs
- DataSourceUtil.cs
- ActiveDocumentEvent.cs
- NavigationService.cs
- Registry.cs
- SqlBooleanMismatchVisitor.cs
- DataGridViewRowCollection.cs
- Int32Rect.cs
- EmissiveMaterial.cs
- ControlAdapter.cs
- webeventbuffer.cs
- RoutedUICommand.cs
- Utils.cs
- Freezable.cs
- _NtlmClient.cs
- XPathCompiler.cs
- WpfXamlType.cs
- XmlElementCollection.cs
- UniqueID.cs
- VoiceObjectToken.cs
- ExpressionDumper.cs
- WorkflowInstanceExtensionCollection.cs
- DiscoveryMessageSequence11.cs
- Package.cs
- InternalBase.cs
- LoadItemsEventArgs.cs
- Visitors.cs
- DataGridViewCellStyleEditor.cs
- FunctionCommandText.cs
- ConnectionStringSettings.cs
- WrapperEqualityComparer.cs
- SectionInformation.cs
- SamlSubject.cs
- TopClause.cs
- ClipboardProcessor.cs
- ReadOnlyHierarchicalDataSourceView.cs
- Serializer.cs
- WsdlHelpGeneratorElement.cs
- SQLInt16Storage.cs
- SystemNetworkInterface.cs
- StrongNameUtility.cs