Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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); } }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
- SqlDataSourceWizardForm.cs
- InvokeWebService.cs
- EditorPartCollection.cs
- SSmlParser.cs
- LogEntrySerialization.cs
- XmlReaderDelegator.cs
- SystemFonts.cs
- RectangleHotSpot.cs
- XmlObjectSerializerWriteContextComplex.cs
- LockRecoveryTask.cs
- MultiPageTextView.cs
- NativeCppClassAttribute.cs
- ReadWriteObjectLock.cs
- WorkflowDesigner.cs
- DrawingContext.cs
- TableColumn.cs
- ResourceProperty.cs
- XmlTextAttribute.cs
- HtmlEncodedRawTextWriter.cs
- ConstraintStruct.cs
- TextServicesPropertyRanges.cs
- OutputChannelBinder.cs
- DataBoundControlAdapter.cs
- tooltip.cs
- GeometryHitTestResult.cs
- Int64Storage.cs
- MatrixTransform3D.cs
- LayoutDump.cs
- FixUpCollection.cs
- QilStrConcatenator.cs
- TrustLevelCollection.cs
- EditCommandColumn.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- InkPresenter.cs
- MonitoringDescriptionAttribute.cs
- DPAPIProtectedConfigurationProvider.cs
- EmissiveMaterial.cs
- HttpListenerElement.cs
- BindingGroup.cs
- HostSecurityManager.cs
- XmlNamespaceManager.cs
- MediaPlayer.cs
- QuadraticBezierSegment.cs
- TextTabProperties.cs
- TransactedBatchContext.cs
- WorkflowDefinitionDispenser.cs
- FlowDocumentPaginator.cs
- EventRecord.cs
- WebBaseEventKeyComparer.cs
- RecordManager.cs
- MetafileHeader.cs
- SaveWorkflowCommand.cs
- WebPartConnectionsEventArgs.cs
- ApplyImportsAction.cs
- Range.cs
- EventWaitHandleSecurity.cs
- SafeRightsManagementHandle.cs
- SchemaSetCompiler.cs
- BaseDataList.cs
- CodeExpressionCollection.cs
- TextServicesCompartment.cs
- DataShape.cs
- ListParaClient.cs
- FamilyTypefaceCollection.cs
- TextPenaltyModule.cs
- StatusBar.cs
- DataSourceView.cs
- SessionPageStateSection.cs
- SymbolEqualComparer.cs
- WebRequestModuleElement.cs
- ExclusiveTcpTransportManager.cs
- NestedContainer.cs
- WindowsStatic.cs
- DiscoveryClient.cs
- TypeLibConverter.cs
- DataTableCollection.cs
- CustomAttribute.cs
- BindingsCollection.cs
- M3DUtil.cs
- Win32.cs
- HtmlDocument.cs
- ClickablePoint.cs
- GroupStyle.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- SelectionChangedEventArgs.cs
- XmlLanguageConverter.cs
- QueryStringParameter.cs
- LoginDesigner.cs
- ObjectViewListener.cs
- IntSecurity.cs
- AssemblyInfo.cs
- CodeIdentifier.cs
- DropShadowBitmapEffect.cs
- BitmapEffectDrawingContent.cs
- LinkedResource.cs
- TreeBuilderBamlTranslator.cs
- EventQueueState.cs
- EntityClientCacheEntry.cs
- ListBox.cs
- RawMouseInputReport.cs