Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / ItemCollectionEditor.cs / 1305376 / ItemCollectionEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing.Design; using System.Web.UI.MobileControls; using System.Web.UI.WebControls; using System.Runtime.Serialization.Formatters; ////// [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class ItemCollectionEditor : UITypeEditor { ////// The editor for Item collections. /// ////// /// /// An/// Edits the value specified. /// ///that specifies the context of the value to edit. /// /// /// An . /// /// /// The object to edit. /// /// /// public override Object EditValue(ITypeDescriptorContext context, IServiceProvider provider, Object value) { IDesignerHost designerHost = (IDesignerHost)context.GetService(typeof(IDesignerHost)); Debug.Assert(designerHost != null, "Did not get DesignerHost service."); Object obj = context.Instance; Debug.Assert(obj is List || obj is SelectionList, "Expected List or SelectionList"); IDesigner designer = designerHost.GetDesigner((IComponent)obj); Debug.Assert(designer != null, "Did not get designer for component"); if (obj is List) { ((ListDesigner)designer).InvokePropertyBuilder(ListComponentEditor.IDX_ITEMS); } else { ((SelectionListDesigner)designer).InvokePropertyBuilder( SelectionListComponentEditor.IDX_ITEMS); } return value; } ////// The updated value. /// ////// /// /// An/// Gets the edit style. /// ///that specifies the associated context. /// /// /// public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context) { return UITypeEditorEditStyle.Modal; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// A ///that represents the edit style. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing.Design; using System.Web.UI.MobileControls; using System.Web.UI.WebControls; using System.Runtime.Serialization.Formatters; ////// [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class ItemCollectionEditor : UITypeEditor { ////// The editor for Item collections. /// ////// /// /// An/// Edits the value specified. /// ///that specifies the context of the value to edit. /// /// /// An . /// /// /// The object to edit. /// /// /// public override Object EditValue(ITypeDescriptorContext context, IServiceProvider provider, Object value) { IDesignerHost designerHost = (IDesignerHost)context.GetService(typeof(IDesignerHost)); Debug.Assert(designerHost != null, "Did not get DesignerHost service."); Object obj = context.Instance; Debug.Assert(obj is List || obj is SelectionList, "Expected List or SelectionList"); IDesigner designer = designerHost.GetDesigner((IComponent)obj); Debug.Assert(designer != null, "Did not get designer for component"); if (obj is List) { ((ListDesigner)designer).InvokePropertyBuilder(ListComponentEditor.IDX_ITEMS); } else { ((SelectionListDesigner)designer).InvokePropertyBuilder( SelectionListComponentEditor.IDX_ITEMS); } return value; } ////// The updated value. /// ////// /// /// An/// Gets the edit style. /// ///that specifies the associated context. /// /// /// public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context) { return UITypeEditorEditStyle.Modal; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// A ///that represents the edit style. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RegexWriter.cs
- MonikerSyntaxException.cs
- XmlSchemaAnnotated.cs
- ResourceWriter.cs
- DataContractSerializerOperationFormatter.cs
- LinqDataView.cs
- ScriptManagerProxy.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- NetworkAddressChange.cs
- Oid.cs
- X509Utils.cs
- TreeNodeConverter.cs
- IQueryable.cs
- ReadOnlyKeyedCollection.cs
- CompressStream.cs
- PerformanceCounter.cs
- ComboBoxRenderer.cs
- DataSourceComponent.cs
- SqlDataSourceStatusEventArgs.cs
- HttpPostedFile.cs
- RootBrowserWindowProxy.cs
- XmlDataCollection.cs
- BrowserInteropHelper.cs
- HttpApplicationStateBase.cs
- WsdlInspector.cs
- FillErrorEventArgs.cs
- SingleAnimation.cs
- RuleProcessor.cs
- DBConcurrencyException.cs
- namescope.cs
- SystemIPInterfaceProperties.cs
- Aes.cs
- InvariantComparer.cs
- DataTablePropertyDescriptor.cs
- CompositeScriptReference.cs
- InputManager.cs
- SettingsSection.cs
- ClientConfigurationHost.cs
- CqlParserHelpers.cs
- DataGridCellAutomationPeer.cs
- TypedRowGenerator.cs
- ListMarkerSourceInfo.cs
- AppSettingsSection.cs
- figurelength.cs
- RegionInfo.cs
- HandlerBase.cs
- CorruptingExceptionCommon.cs
- HostingEnvironmentException.cs
- VirtualPath.cs
- DayRenderEvent.cs
- WeakEventManager.cs
- RoutedCommand.cs
- CallSite.cs
- MTConfigUtil.cs
- Main.cs
- RoleManagerSection.cs
- ChangeTracker.cs
- FontStyleConverter.cs
- SmtpFailedRecipientsException.cs
- MethodImplAttribute.cs
- XslCompiledTransform.cs
- XmlAttributeOverrides.cs
- ClientTarget.cs
- DrawingContextFlattener.cs
- ValueType.cs
- EntitySqlQueryState.cs
- VersionedStream.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- ObjectCacheHost.cs
- MatrixTransform.cs
- SerialStream.cs
- DataGridViewCheckBoxColumn.cs
- DropShadowEffect.cs
- NamespaceExpr.cs
- XDRSchema.cs
- MessagePropertyFilter.cs
- ForeignKeyConstraint.cs
- JsonXmlDataContract.cs
- SqlDependency.cs
- MustUnderstandBehavior.cs
- FileSystemInfo.cs
- Collection.cs
- LayoutDump.cs
- CanonicalXml.cs
- ServiceModelConfiguration.cs
- HMAC.cs
- RadioButtonRenderer.cs
- TraceLevelStore.cs
- ConversionContext.cs
- StringUtil.cs
- Cursors.cs
- MediaEntryAttribute.cs
- PartialArray.cs
- HasCopySemanticsAttribute.cs
- EntityTypeBase.cs
- SecureEnvironment.cs
- EnvelopedSignatureTransform.cs
- DefaultTraceListener.cs
- ModifierKeysValueSerializer.cs
- CheckBox.cs