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
- ErrorRuntimeConfig.cs
- TraceContext.cs
- DetailsViewRow.cs
- DesignerActionVerbItem.cs
- XmlSchema.cs
- HttpHeaderCollection.cs
- Int32.cs
- ProxyAttribute.cs
- WebPartManagerInternals.cs
- VisemeEventArgs.cs
- SubclassTypeValidatorAttribute.cs
- AlgoModule.cs
- ArgumentException.cs
- FlowDocumentScrollViewer.cs
- StateItem.cs
- EventListener.cs
- ErrorInfoXmlDocument.cs
- InputLanguage.cs
- MessageDesigner.cs
- ProfileSettingsCollection.cs
- WebPartEditorApplyVerb.cs
- CurrentChangingEventManager.cs
- DeflateStream.cs
- SqlColumnizer.cs
- DebugHandleTracker.cs
- SoapAttributeOverrides.cs
- QilInvokeLateBound.cs
- Select.cs
- ObjectDataSourceStatusEventArgs.cs
- PropertyCollection.cs
- RoleManagerModule.cs
- BounceEase.cs
- ValidationRuleCollection.cs
- UserPreferenceChangingEventArgs.cs
- TriggerBase.cs
- OciHandle.cs
- Wrapper.cs
- IndentedTextWriter.cs
- Symbol.cs
- ResXResourceWriter.cs
- ResourceManager.cs
- BamlTreeNode.cs
- ProfileGroupSettings.cs
- SchemaNotation.cs
- CodeTryCatchFinallyStatement.cs
- BoundColumn.cs
- ApplicationServicesHostFactory.cs
- AbsoluteQuery.cs
- ObjectDataSource.cs
- DocumentApplication.cs
- ScrollBar.cs
- ListViewUpdatedEventArgs.cs
- ModifierKeysConverter.cs
- BoolLiteral.cs
- SqlDeflator.cs
- Directory.cs
- ChannelDispatcher.cs
- CachedPathData.cs
- GraphicsPathIterator.cs
- IndexOutOfRangeException.cs
- TreeNode.cs
- DataGridTable.cs
- InfoCardRSACryptoProvider.cs
- DefaultBinder.cs
- CodeGroup.cs
- Vector3DKeyFrameCollection.cs
- StateMachine.cs
- PropertyValueChangedEvent.cs
- HtmlHead.cs
- BuildProviderUtils.cs
- ToolStripDropDownButton.cs
- Thread.cs
- HttpHandlerActionCollection.cs
- TextFormatterContext.cs
- SvcMapFile.cs
- SqlCaseSimplifier.cs
- SynchronizationLockException.cs
- HighlightVisual.cs
- SoapHeaders.cs
- ArraySegment.cs
- DataBindingHandlerAttribute.cs
- SmtpNtlmAuthenticationModule.cs
- ZipIORawDataFileBlock.cs
- StylusLogic.cs
- ReversePositionQuery.cs
- KeyValueSerializer.cs
- EmptyCollection.cs
- OdbcEnvironmentHandle.cs
- XsltCompileContext.cs
- DbConnectionInternal.cs
- SatelliteContractVersionAttribute.cs
- LogExtent.cs
- UrlAuthorizationModule.cs
- ToolStripContentPanel.cs
- CharacterMetrics.cs
- Propagator.cs
- RequestCache.cs
- DesignerTransactionCloseEvent.cs
- WebPartAddingEventArgs.cs
- BaseDataBoundControlDesigner.cs