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
- TextElementEditingBehaviorAttribute.cs
- ConditionValidator.cs
- RequestResizeEvent.cs
- TagPrefixAttribute.cs
- UxThemeWrapper.cs
- XslCompiledTransform.cs
- SqlRowUpdatedEvent.cs
- EditorAttribute.cs
- GridViewColumn.cs
- DiscoveryDocument.cs
- WebPartConnectionsCancelEventArgs.cs
- HtmlForm.cs
- hresults.cs
- MenuItemStyle.cs
- TreeViewTemplateSelector.cs
- PreProcessor.cs
- BinaryMessageFormatter.cs
- RijndaelManaged.cs
- SiteMapPath.cs
- BamlRecords.cs
- VersionedStream.cs
- CultureSpecificStringDictionary.cs
- GestureRecognizer.cs
- TypeLibConverter.cs
- OracleConnection.cs
- TableRowCollection.cs
- SectionUpdates.cs
- WebPartAddingEventArgs.cs
- TextBoxBase.cs
- BadImageFormatException.cs
- MediaContext.cs
- ValueOfAction.cs
- Switch.cs
- ChannelBinding.cs
- StringResourceManager.cs
- ImageButton.cs
- FacetValueContainer.cs
- CommandValueSerializer.cs
- BasicBrowserDialog.designer.cs
- SafePointer.cs
- ByteBufferPool.cs
- OleCmdHelper.cs
- HttpProfileGroupBase.cs
- XmlSchemaSimpleContentExtension.cs
- ExtensibleClassFactory.cs
- EntityModelSchemaGenerator.cs
- UrlPath.cs
- DataGridDesigner.cs
- Point3DAnimation.cs
- ViewStateException.cs
- DependencyPropertyHelper.cs
- DoubleCollection.cs
- X500Name.cs
- SystemWebCachingSectionGroup.cs
- DbParameterCollection.cs
- TreeIterators.cs
- SerializationStore.cs
- PassportIdentity.cs
- Literal.cs
- ProfileSettingsCollection.cs
- XPathChildIterator.cs
- DeviceContext.cs
- CodeAttributeArgumentCollection.cs
- XmlWellformedWriter.cs
- BindingMemberInfo.cs
- QilInvoke.cs
- TypedDataSourceCodeGenerator.cs
- PointCollectionConverter.cs
- ToolBarDesigner.cs
- ResourceIDHelper.cs
- ThreadExceptionDialog.cs
- RadioButton.cs
- PrivacyNoticeBindingElementImporter.cs
- DataGridViewCellParsingEventArgs.cs
- StatusBarItemAutomationPeer.cs
- DeviceContext2.cs
- Form.cs
- DeferredSelectedIndexReference.cs
- DocumentViewer.cs
- ConnectionStringSettingsCollection.cs
- PartitionResolver.cs
- BoundsDrawingContextWalker.cs
- Script.cs
- ActiveXHost.cs
- Util.cs
- EventHandlerList.cs
- QuerySelectOp.cs
- ConfigXmlReader.cs
- DocumentSchemaValidator.cs
- TextSerializer.cs
- XmlNullResolver.cs
- RoleService.cs
- Win32Native.cs
- ProcessModule.cs
- BitmapEffectOutputConnector.cs
- DeviceContexts.cs
- SvcMapFileLoader.cs
- DataGridViewButtonCell.cs
- QilStrConcat.cs
- TimeManager.cs