Code:
/ FX-1434 / FX-1434 / 1.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
- TemplateControlParser.cs
- WorkflowServiceBehavior.cs
- WebAdminConfigurationHelper.cs
- XamlGridLengthSerializer.cs
- __FastResourceComparer.cs
- HttpDictionary.cs
- RoleService.cs
- LinqDataSource.cs
- ListViewHitTestInfo.cs
- CompiledRegexRunnerFactory.cs
- OracleInfoMessageEventArgs.cs
- DrawingContextWalker.cs
- translator.cs
- ReceiveCompletedEventArgs.cs
- DropSource.cs
- WinFormsUtils.cs
- FigureParagraph.cs
- WebPartConnectionsCancelEventArgs.cs
- TemplatingOptionsDialog.cs
- DataGridViewComboBoxCell.cs
- RawStylusInputCustomData.cs
- _UncName.cs
- LassoHelper.cs
- GeometryGroup.cs
- WebBrowserSiteBase.cs
- XPathArrayIterator.cs
- MethodBuilder.cs
- InputProviderSite.cs
- Win32PrintDialog.cs
- DecimalAnimationUsingKeyFrames.cs
- DataGridViewSelectedRowCollection.cs
- RemotingClientProxy.cs
- MatrixTransform3D.cs
- XamlTemplateSerializer.cs
- RemoteCryptoTokenProvider.cs
- _ScatterGatherBuffers.cs
- TextEffectResolver.cs
- TextParaLineResult.cs
- Utility.cs
- ComAwareEventInfo.cs
- Model3DGroup.cs
- CommonEndpointBehaviorElement.cs
- HttpServerVarsCollection.cs
- TimeZone.cs
- RelatedPropertyManager.cs
- EdmError.cs
- ConfigurationElement.cs
- LocalizationComments.cs
- CaseInsensitiveComparer.cs
- FilteredAttributeCollection.cs
- SafeNativeMethods.cs
- Hashtable.cs
- _HeaderInfoTable.cs
- CacheHelper.cs
- MiniCustomAttributeInfo.cs
- NativeObjectSecurity.cs
- TreeNode.cs
- FontDifferentiator.cs
- TraceSource.cs
- ConvertEvent.cs
- PropertySegmentSerializer.cs
- Compensation.cs
- EmptyReadOnlyDictionaryInternal.cs
- HwndStylusInputProvider.cs
- WindowsFormsHostPropertyMap.cs
- IgnoreFlushAndCloseStream.cs
- ToolStripDropDownItem.cs
- WebPartDisplayModeCancelEventArgs.cs
- LoadItemsEventArgs.cs
- NamedPipeHostedTransportConfiguration.cs
- ContainerParaClient.cs
- ViewPort3D.cs
- DesignerLinkAdapter.cs
- PathTooLongException.cs
- DataGridViewControlCollection.cs
- MasterPage.cs
- HtmlEncodedRawTextWriter.cs
- PatternMatcher.cs
- DirectoryObjectSecurity.cs
- SubstitutionResponseElement.cs
- CompilationUtil.cs
- Int32Rect.cs
- DetailsViewActionList.cs
- DataGridViewSelectedRowCollection.cs
- PrintDialogDesigner.cs
- WebPermission.cs
- NameValueConfigurationCollection.cs
- PageScaling.cs
- DataGridViewBand.cs
- SoapSchemaMember.cs
- WebPartEventArgs.cs
- WsdlBuildProvider.cs
- CounterCreationData.cs
- StatusBar.cs
- UdpDuplexChannel.cs
- FixedSOMTextRun.cs
- DrawingImage.cs
- DbBuffer.cs
- WebPartCollection.cs
- SafeMemoryMappedFileHandle.cs