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
- HostingEnvironmentSection.cs
- BrowserDefinition.cs
- IPPacketInformation.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- MenuAutomationPeer.cs
- ValueQuery.cs
- _SslState.cs
- FileDocument.cs
- AsyncSerializedWorker.cs
- InvalidDocumentContentsException.cs
- ObjectContext.cs
- MailMessageEventArgs.cs
- BinaryUtilClasses.cs
- DataTrigger.cs
- CompilationUtil.cs
- Image.cs
- FileIOPermission.cs
- CombinedHttpChannel.cs
- EntityDataSourceDesignerHelper.cs
- BlobPersonalizationState.cs
- DataListItemEventArgs.cs
- WebHttpSecurityModeHelper.cs
- AppSettingsExpressionBuilder.cs
- ConfigurationManagerInternal.cs
- CacheModeValueSerializer.cs
- Transform.cs
- UserControl.cs
- AQNBuilder.cs
- TextEditorTables.cs
- HostedTransportConfigurationManager.cs
- SqlFlattener.cs
- filewebresponse.cs
- GeneralTransform.cs
- Decoder.cs
- NavigatingCancelEventArgs.cs
- LightweightCodeGenerator.cs
- XmlDocumentSchema.cs
- panel.cs
- indexingfiltermarshaler.cs
- MSAANativeProvider.cs
- BridgeDataReader.cs
- CollectionChangeEventArgs.cs
- DbConnectionInternal.cs
- DbConnectionFactory.cs
- StrokeIntersection.cs
- ModulesEntry.cs
- SortQuery.cs
- InputElement.cs
- DataKeyCollection.cs
- InheritanceUI.cs
- TrackPointCollection.cs
- XPathNodeInfoAtom.cs
- HttpPostLocalhostServerProtocol.cs
- ChangeProcessor.cs
- Trace.cs
- EncoderFallback.cs
- DataGridColumn.cs
- TCPClient.cs
- InkSerializer.cs
- TcpDuplicateContext.cs
- WindowsRichEdit.cs
- MembershipSection.cs
- DefaultTraceListener.cs
- SafeNativeMethods.cs
- ExceptionHandlers.cs
- LocalBuilder.cs
- RequiredFieldValidator.cs
- OleStrCAMarshaler.cs
- QuaternionConverter.cs
- OpenTypeCommon.cs
- FtpCachePolicyElement.cs
- DataGridViewCellValueEventArgs.cs
- ApplicationSecurityManager.cs
- ConstNode.cs
- DelayedRegex.cs
- VectorValueSerializer.cs
- AutoGeneratedField.cs
- OuterGlowBitmapEffect.cs
- XmlTextReaderImplHelpers.cs
- SystemInformation.cs
- QilReplaceVisitor.cs
- EpmSyndicationContentSerializer.cs
- RelatedView.cs
- Rijndael.cs
- BitmapCache.cs
- WebZone.cs
- MobileResource.cs
- NetMsmqSecurityElement.cs
- AddInSegmentDirectoryNotFoundException.cs
- CommandValueSerializer.cs
- PageSetupDialog.cs
- QueryPageSettingsEventArgs.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- LinearQuaternionKeyFrame.cs
- ParseHttpDate.cs
- TaskHelper.cs
- AssociatedControlConverter.cs
- DtrList.cs
- DiagnosticEventProvider.cs
- brushes.cs