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
- RectAnimation.cs
- WindowsEditBoxRange.cs
- HTMLTagNameToTypeMapper.cs
- FontCacheUtil.cs
- Base64Stream.cs
- PersonalizationDictionary.cs
- SSmlParser.cs
- Utils.cs
- Matrix3DValueSerializer.cs
- XmlCompatibilityReader.cs
- SettingsSection.cs
- DriveInfo.cs
- BitmapEffect.cs
- ViewKeyConstraint.cs
- AngleUtil.cs
- AsyncResult.cs
- ProcessThreadCollection.cs
- DataGridViewRow.cs
- WebPartHeaderCloseVerb.cs
- DecodeHelper.cs
- RoleService.cs
- DesignerOptionService.cs
- RuleConditionDialog.Designer.cs
- InheritanceContextHelper.cs
- ToolStripPanelRow.cs
- SqlDataReaderSmi.cs
- SiteMapProvider.cs
- OletxDependentTransaction.cs
- ReadOnlyDictionary.cs
- ToolBarButtonDesigner.cs
- GroupItem.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TypedReference.cs
- IISMapPath.cs
- MenuBindingsEditor.cs
- PrintControllerWithStatusDialog.cs
- CfgParser.cs
- RuntimeHelpers.cs
- DeferredTextReference.cs
- HttpListenerResponse.cs
- EventManager.cs
- PointHitTestResult.cs
- RuntimeIdentifierPropertyAttribute.cs
- DisplayMemberTemplateSelector.cs
- Matrix3DValueSerializer.cs
- MappingItemCollection.cs
- HierarchicalDataSourceControl.cs
- WeakKeyDictionary.cs
- IDReferencePropertyAttribute.cs
- ConfigurationValues.cs
- GridView.cs
- COMException.cs
- EUCJPEncoding.cs
- BufferedGraphics.cs
- GetChildSubtree.cs
- Queue.cs
- SimpleApplicationHost.cs
- UIPermission.cs
- CapabilitiesState.cs
- PageBuildProvider.cs
- cookie.cs
- CacheMemory.cs
- XmlWriterTraceListener.cs
- ResXResourceWriter.cs
- ToolStripRenderer.cs
- CmsInterop.cs
- ObjectKeyFrameCollection.cs
- _NTAuthentication.cs
- VersionPair.cs
- ProgressBar.cs
- StrongTypingException.cs
- XmlNodeComparer.cs
- TableLayoutSettings.cs
- StyleCollectionEditor.cs
- ScriptReferenceEventArgs.cs
- GeneralTransform3D.cs
- CellRelation.cs
- BaseTemplateParser.cs
- RenameRuleObjectDialog.Designer.cs
- RemotingServices.cs
- DependencyPropertyAttribute.cs
- RegexNode.cs
- ContextMenu.cs
- ProgressChangedEventArgs.cs
- GridViewRow.cs
- XmlSchemaGroup.cs
- NetMsmqSecurityElement.cs
- SoapFormatExtensions.cs
- StylusButton.cs
- ZipIOLocalFileHeader.cs
- SizeAnimationClockResource.cs
- SystemIPGlobalStatistics.cs
- TypeLoader.cs
- WindowsListBox.cs
- TraceLog.cs
- Helpers.cs
- Int16Storage.cs
- FieldNameLookup.cs
- StringInfo.cs
- QuaternionValueSerializer.cs