Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- EmptyControlCollection.cs
- BypassElement.cs
- IdentityModelStringsVersion1.cs
- Atom10ItemFormatter.cs
- OperationResponse.cs
- GridViewAutoFormat.cs
- cookiecollection.cs
- CodeLinePragma.cs
- StylusDevice.cs
- ForEachAction.cs
- smtpconnection.cs
- QueryBranchOp.cs
- EmptyCollection.cs
- RectangleGeometry.cs
- Cursors.cs
- SendMailErrorEventArgs.cs
- InheritanceAttribute.cs
- SpnegoTokenAuthenticator.cs
- QueryContinueDragEventArgs.cs
- ResourceReferenceExpressionConverter.cs
- ToolStripOverflowButton.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- UdpTransportSettings.cs
- ValidationService.cs
- WizardSideBarListControlItem.cs
- CodeAttributeDeclaration.cs
- _ChunkParse.cs
- OleDbTransaction.cs
- DataGridViewIntLinkedList.cs
- SafeCertificateContext.cs
- RectAnimationClockResource.cs
- AsnEncodedData.cs
- TableItemProviderWrapper.cs
- localization.cs
- KeyNotFoundException.cs
- CqlGenerator.cs
- BaseParser.cs
- ListSourceHelper.cs
- GAC.cs
- WebServiceEnumData.cs
- HebrewCalendar.cs
- IndexerNameAttribute.cs
- Byte.cs
- GridViewHeaderRowPresenter.cs
- TriState.cs
- AnnouncementService.cs
- Label.cs
- ConvertEvent.cs
- SendSecurityHeader.cs
- TreeChangeInfo.cs
- ReadWriteSpinLock.cs
- OdbcCommand.cs
- Util.cs
- FileStream.cs
- MemoryMappedFile.cs
- RegexWorker.cs
- ResourcesGenerator.cs
- SignedXml.cs
- RectangleGeometry.cs
- MULTI_QI.cs
- GridViewCellAutomationPeer.cs
- ProxyHwnd.cs
- ListViewCancelEventArgs.cs
- ReachIDocumentPaginatorSerializer.cs
- MethodCallExpression.cs
- Trigger.cs
- FixedSchema.cs
- _ScatterGatherBuffers.cs
- XmlAutoDetectWriter.cs
- WmiPutTraceRecord.cs
- GridToolTip.cs
- MissingSatelliteAssemblyException.cs
- DataReaderContainer.cs
- NetworkInterface.cs
- OracleParameterBinding.cs
- Line.cs
- CodeTypeParameterCollection.cs
- ExecutionEngineException.cs
- BuildProviderUtils.cs
- ListViewItem.cs
- ReferenceEqualityComparer.cs
- IResourceProvider.cs
- TextServicesLoader.cs
- XamlGridLengthSerializer.cs
- EditorPartCollection.cs
- RadioButton.cs
- TextTreeText.cs
- DeflateStream.cs
- CmsInterop.cs
- TableAdapterManagerHelper.cs
- XslAst.cs
- SecurityPolicySection.cs
- Animatable.cs
- ToolStripHighContrastRenderer.cs
- GlyphingCache.cs
- XmlDomTextWriter.cs
- ControlHelper.cs
- ToolStripDropDownMenu.cs
- cookiecontainer.cs
- PointAnimationClockResource.cs