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
- SystemResourceKey.cs
- CmsInterop.cs
- AdCreatedEventArgs.cs
- Operator.cs
- ViewBox.cs
- securestring.cs
- RotateTransform.cs
- FindSimilarActivitiesVerb.cs
- OrderPreservingPipeliningSpoolingTask.cs
- ConfigXmlElement.cs
- NullableLongMinMaxAggregationOperator.cs
- DebuggerAttributes.cs
- PreProcessInputEventArgs.cs
- CheckBoxList.cs
- DeclarativeCatalogPart.cs
- DictionaryEntry.cs
- InvokeBase.cs
- Privilege.cs
- MsdtcWrapper.cs
- JavaScriptString.cs
- CodeEntryPointMethod.cs
- Repeater.cs
- XPathAncestorIterator.cs
- BaseProcessProtocolHandler.cs
- PropertyPath.cs
- AssemblyName.cs
- MatrixStack.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- DropShadowEffect.cs
- TextElementEditingBehaviorAttribute.cs
- StringBuilder.cs
- SuppressMessageAttribute.cs
- HashHelpers.cs
- WindowsContainer.cs
- ApplyImportsAction.cs
- CodeTypeConstructor.cs
- Dispatcher.cs
- Debug.cs
- RoutedUICommand.cs
- OLEDB_Util.cs
- ReflectionUtil.cs
- CharUnicodeInfo.cs
- InvalidAsynchronousStateException.cs
- InkPresenterAutomationPeer.cs
- CriticalHandle.cs
- UserControl.cs
- PagePropertiesChangingEventArgs.cs
- EntityContainerRelationshipSet.cs
- embossbitmapeffect.cs
- PartialArray.cs
- ScrollBarAutomationPeer.cs
- SqlDelegatedTransaction.cs
- Translator.cs
- Image.cs
- Vector3DCollection.cs
- SortQuery.cs
- CodeSnippetExpression.cs
- ConfigXmlComment.cs
- SqlDataReaderSmi.cs
- XmlWrappingReader.cs
- FontInfo.cs
- QilCloneVisitor.cs
- ActivationService.cs
- ResourcePermissionBaseEntry.cs
- DelegatedStream.cs
- mactripleDES.cs
- RegexTree.cs
- mda.cs
- SchemaNamespaceManager.cs
- Utils.cs
- SmtpTransport.cs
- DropSource.cs
- BypassElement.cs
- ColorConverter.cs
- PasswordTextContainer.cs
- CompatibleIComparer.cs
- SharedStatics.cs
- PrinterSettings.cs
- SafeRightsManagementQueryHandle.cs
- RsaSecurityToken.cs
- PriorityChain.cs
- HttpModulesInstallComponent.cs
- CellConstantDomain.cs
- PointConverter.cs
- RadioButtonRenderer.cs
- SqlUnionizer.cs
- CodeIterationStatement.cs
- TextPointer.cs
- ManualResetEvent.cs
- ContentType.cs
- SimpleTypeResolver.cs
- RuntimeIdentifierPropertyAttribute.cs
- ContentFilePart.cs
- ParagraphResult.cs
- WindowsHyperlink.cs
- OracleParameterBinding.cs
- DnsEndpointIdentity.cs
- PointIndependentAnimationStorage.cs
- ColorTranslator.cs
- RenamedEventArgs.cs