Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / BaseComponentEditor.cs / 1305376 / 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
- WebPageTraceListener.cs
- DateTime.cs
- PnrpPermission.cs
- UserControl.cs
- ToolStripDropDownClosingEventArgs.cs
- NameSpaceEvent.cs
- ScrollableControlDesigner.cs
- DataGridCaption.cs
- StandardToolWindows.cs
- XPathAncestorQuery.cs
- ListViewGroupItemCollection.cs
- SubMenuStyle.cs
- XamlPathDataSerializer.cs
- ValueChangedEventManager.cs
- Splitter.cs
- LeaseManager.cs
- AtomParser.cs
- ArrayList.cs
- InvalidAsynchronousStateException.cs
- TablePattern.cs
- PathTooLongException.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DefaultPropertiesToSend.cs
- XmlSchemaImport.cs
- WebDescriptionAttribute.cs
- ArraySortHelper.cs
- mansign.cs
- OracleRowUpdatingEventArgs.cs
- OraclePermission.cs
- PersonalizationProviderHelper.cs
- Rotation3D.cs
- Span.cs
- Int16.cs
- ContainerUtilities.cs
- SR.cs
- HitTestParameters.cs
- NetTcpSectionData.cs
- NodeCounter.cs
- RoutedEventArgs.cs
- InputElement.cs
- PropertyReference.cs
- Substitution.cs
- TimeZone.cs
- DataPagerField.cs
- OperatingSystem.cs
- webclient.cs
- DesignerActionPanel.cs
- CompilerGeneratedAttribute.cs
- ItemsControl.cs
- DecoderNLS.cs
- WindowHelperService.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- ToolStripTextBox.cs
- DispatchChannelSink.cs
- XmlSchemaException.cs
- PlatformNotSupportedException.cs
- SmiConnection.cs
- ViewStateException.cs
- IntSumAggregationOperator.cs
- SafeNativeMethods.cs
- NumberAction.cs
- HttpCapabilitiesSectionHandler.cs
- Win32Exception.cs
- CallSiteHelpers.cs
- X509Certificate2.cs
- SvcMapFileSerializer.cs
- SByte.cs
- TransactionManagerProxy.cs
- ForceCopyBuildProvider.cs
- ScriptResourceMapping.cs
- ActivityXamlServices.cs
- HierarchicalDataBoundControl.cs
- BinaryUtilClasses.cs
- ImageAutomationPeer.cs
- BmpBitmapDecoder.cs
- ComponentChangingEvent.cs
- NavigationHelper.cs
- OpenTypeLayoutCache.cs
- ValidatorCompatibilityHelper.cs
- AccessDataSourceDesigner.cs
- QilStrConcat.cs
- StringReader.cs
- DisplayNameAttribute.cs
- ThrowHelper.cs
- StylusPointPropertyInfoDefaults.cs
- ObjectDisposedException.cs
- AdornerLayer.cs
- HttpModuleCollection.cs
- FigureHelper.cs
- FloaterParaClient.cs
- EncoderReplacementFallback.cs
- XamlWriter.cs
- TemplatePartAttribute.cs
- ConstraintConverter.cs
- DocumentAutomationPeer.cs
- SetterBaseCollection.cs
- FromReply.cs
- WriterOutput.cs
- TypeToStringValueConverter.cs
- FileVersionInfo.cs