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
- URLString.cs
- ScrollChrome.cs
- Listbox.cs
- RotateTransform3D.cs
- MetafileHeader.cs
- CodeGen.cs
- RegexFCD.cs
- DataGridViewSortCompareEventArgs.cs
- XComponentModel.cs
- XmlElementAttribute.cs
- LoginName.cs
- RotateTransform.cs
- _CommandStream.cs
- WebRequestModulesSection.cs
- RegexInterpreter.cs
- TableRow.cs
- SourceLineInfo.cs
- PropertyMetadata.cs
- ValueConversionAttribute.cs
- XmlObjectSerializerContext.cs
- KoreanCalendar.cs
- AmbientEnvironment.cs
- MethodRental.cs
- CancelEventArgs.cs
- StreamGeometry.cs
- DataGridLinkButton.cs
- XomlCompilerError.cs
- TextEffectResolver.cs
- CacheRequest.cs
- StyleSheet.cs
- ValidateNames.cs
- RectangleHotSpot.cs
- ThreadStaticAttribute.cs
- Crypto.cs
- AbandonedMutexException.cs
- CompilerGeneratedAttribute.cs
- ImportCatalogPart.cs
- ValidatingReaderNodeData.cs
- CookieParameter.cs
- GZipDecoder.cs
- InputLangChangeEvent.cs
- Validator.cs
- TextTreeTextNode.cs
- PingOptions.cs
- BinaryMessageEncodingBindingElement.cs
- MultiTargetingUtil.cs
- SiteMapNode.cs
- printdlgexmarshaler.cs
- PersianCalendar.cs
- Html32TextWriter.cs
- Track.cs
- LabelExpression.cs
- XPathParser.cs
- RepeaterItem.cs
- MetabaseSettings.cs
- UserControlParser.cs
- WindowsGraphicsCacheManager.cs
- CloudCollection.cs
- AdjustableArrowCap.cs
- DefaultTraceListener.cs
- EDesignUtil.cs
- ValidatedControlConverter.cs
- RootBrowserWindowProxy.cs
- DesignerActionItem.cs
- ListControl.cs
- WebPartConnectionsEventArgs.cs
- DiscreteKeyFrames.cs
- DefaultWorkflowTransactionService.cs
- NavigationPropertyAccessor.cs
- DesignOnlyAttribute.cs
- HtmlTextArea.cs
- SystemUdpStatistics.cs
- GridItemProviderWrapper.cs
- TemplateBindingExtensionConverter.cs
- DESCryptoServiceProvider.cs
- BatchWriter.cs
- AppDomainFactory.cs
- NameScopePropertyAttribute.cs
- __Filters.cs
- AssemblyCache.cs
- UnsafeNativeMethods.cs
- DelayDesigner.cs
- SchemaImporterExtensionsSection.cs
- SizeAnimationBase.cs
- TrustManager.cs
- ConstrainedDataObject.cs
- SimpleExpression.cs
- InheritablePropertyChangeInfo.cs
- ComPlusTraceRecord.cs
- TimeSpanValidator.cs
- DataGridViewColumnConverter.cs
- File.cs
- Int16AnimationUsingKeyFrames.cs
- HelpOperationInvoker.cs
- RowToFieldTransformer.cs
- TerminateDesigner.cs
- AuthenticationModulesSection.cs
- OracleMonthSpan.cs
- PingReply.cs
- EventLevel.cs