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
- HtmlInputSubmit.cs
- SortDescriptionCollection.cs
- MetadataFile.cs
- FunctionUpdateCommand.cs
- SamlAttributeStatement.cs
- DesignerView.Commands.cs
- SiteMapSection.cs
- TextTreeInsertUndoUnit.cs
- ComboBoxItem.cs
- WindowsTokenRoleProvider.cs
- HelpProvider.cs
- StreamGeometry.cs
- bidPrivateBase.cs
- DataKeyCollection.cs
- RuntimeHandles.cs
- EventEntry.cs
- LineGeometry.cs
- Baml2006ReaderFrame.cs
- SafeFileHandle.cs
- xmlfixedPageInfo.cs
- RectangleGeometry.cs
- SqlIdentifier.cs
- HashAlgorithm.cs
- UntrustedRecipientException.cs
- HyperLink.cs
- BitmapEditor.cs
- BufferBuilder.cs
- XmlLoader.cs
- TabControl.cs
- ALinqExpressionVisitor.cs
- ServiceOperationViewControl.cs
- RequestChannel.cs
- Assert.cs
- DataSetMappper.cs
- AnimationTimeline.cs
- ObjectTag.cs
- TimeoutHelper.cs
- WebServiceHostFactory.cs
- SettingsPropertyNotFoundException.cs
- EntityViewGenerationAttribute.cs
- DefaultEvaluationContext.cs
- FormsIdentity.cs
- CursorConverter.cs
- TextOptionsInternal.cs
- SynthesizerStateChangedEventArgs.cs
- SortedList.cs
- DATA_BLOB.cs
- DataGridViewColumnCollection.cs
- XmlSchemaSequence.cs
- TemplateBindingExtensionConverter.cs
- PartialClassGenerationTaskInternal.cs
- XDRSchema.cs
- Page.cs
- SortQuery.cs
- XPathSelectionIterator.cs
- PaintValueEventArgs.cs
- InstanceKeyCollisionException.cs
- TreeWalkHelper.cs
- ManagementEventArgs.cs
- ReversePositionQuery.cs
- TrackingServices.cs
- HwndSubclass.cs
- AQNBuilder.cs
- BaseDataBoundControl.cs
- CodeDomSerializer.cs
- SmtpSection.cs
- dtdvalidator.cs
- FormViewDeleteEventArgs.cs
- MetadataStore.cs
- OLEDB_Enum.cs
- SQLBytes.cs
- DoubleCollection.cs
- ConfigurationSectionGroupCollection.cs
- UserControlAutomationPeer.cs
- CqlQuery.cs
- SystemIcmpV4Statistics.cs
- UTF8Encoding.cs
- MgmtConfigurationRecord.cs
- SizeF.cs
- RichTextBoxAutomationPeer.cs
- SourceFilter.cs
- RotationValidation.cs
- AutoResizedEvent.cs
- Mapping.cs
- EdmItemError.cs
- EventSourceCreationData.cs
- EUCJPEncoding.cs
- CapabilitiesAssignment.cs
- DocobjHost.cs
- SqlMetaData.cs
- ProcessHostFactoryHelper.cs
- DashStyle.cs
- ReadOnlyHierarchicalDataSource.cs
- FrameworkContentElement.cs
- HttpWriter.cs
- GlyphsSerializer.cs
- WindowsStartMenu.cs
- Command.cs
- Activator.cs
- ResourceDisplayNameAttribute.cs