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
- ProgressPage.cs
- AdornerHitTestResult.cs
- FileLevelControlBuilderAttribute.cs
- MediaPlayer.cs
- TargetException.cs
- StylusCollection.cs
- ExpressionBuilder.cs
- XmlEventCache.cs
- JsonDataContract.cs
- ToolStripGripRenderEventArgs.cs
- DocumentViewer.cs
- TextParentUndoUnit.cs
- XmlNodeList.cs
- FullTextLine.cs
- indexingfiltermarshaler.cs
- CompletedAsyncResult.cs
- BordersPage.cs
- HandlerFactoryWrapper.cs
- PropertyPath.cs
- HandlerBase.cs
- ChildDocumentBlock.cs
- ServiceThrottlingBehavior.cs
- DetailsViewPagerRow.cs
- securitycriticaldataClass.cs
- Variable.cs
- GeometryModel3D.cs
- OdbcTransaction.cs
- DocumentApplication.cs
- MemberHolder.cs
- DetailsViewRowCollection.cs
- TiffBitmapDecoder.cs
- FactoryGenerator.cs
- CodeDomDesignerLoader.cs
- LocatorManager.cs
- Triangle.cs
- WebBrowser.cs
- ManipulationDeltaEventArgs.cs
- PersonalizationStateQuery.cs
- OpCodes.cs
- DefaultAuthorizationContext.cs
- DecimalStorage.cs
- DrawListViewItemEventArgs.cs
- FileDialogCustomPlace.cs
- SocketAddress.cs
- MemoryStream.cs
- ChtmlCalendarAdapter.cs
- storepermission.cs
- BrowserDefinition.cs
- Drawing.cs
- ColorTransformHelper.cs
- XmlILStorageConverter.cs
- WindowsRichEdit.cs
- PropertyMetadata.cs
- DesignerView.cs
- MarkupWriter.cs
- DataPagerFieldCollection.cs
- XmlChildNodes.cs
- Zone.cs
- ValueConversionAttribute.cs
- CodeTypeDeclaration.cs
- JavaScriptSerializer.cs
- DocumentReference.cs
- XComponentModel.cs
- KernelTypeValidation.cs
- DBConnection.cs
- RouteParser.cs
- DefaultEventAttribute.cs
- CompoundFileIOPermission.cs
- IsolationInterop.cs
- DataMisalignedException.cs
- DetailsViewCommandEventArgs.cs
- MenuCommand.cs
- PathSegmentCollection.cs
- XmlAutoDetectWriter.cs
- DataContractJsonSerializer.cs
- AppSettingsReader.cs
- MulticastOption.cs
- CodeThrowExceptionStatement.cs
- EventRecordWrittenEventArgs.cs
- TraceListener.cs
- SafeThreadHandle.cs
- DataServiceClientException.cs
- XpsS0ValidatingLoader.cs
- ChangeTracker.cs
- InputReferenceExpression.cs
- XmlNode.cs
- MobileControlsSectionHandler.cs
- FixedSOMFixedBlock.cs
- DataGridViewComboBoxColumnDesigner.cs
- DelegatedStream.cs
- ContextDataSourceView.cs
- ChtmlTextBoxAdapter.cs
- IERequestCache.cs
- Point3DConverter.cs
- FilteredDataSetHelper.cs
- SqlReorderer.cs
- PLINQETWProvider.cs
- ModelTreeManager.cs
- ContainerUtilities.cs
- GradientStop.cs