Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / TreeNodeCollectionEditor.cs / 1 / TreeNodeCollectionEditor.cs
//------------------------------------------------------------------------------ ////// Copyright (c) Microsoft Corporation. All Rights Reserved. /// Information Contained Herein is Proprietary and Confidential. /// //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Design; using System.Diagnostics; using System.Drawing; using System.Drawing.Design; using System.Runtime.InteropServices; using System.Web.UI.Design.Util; using System.Web.UI.WebControls; using System.Windows.Forms; using System.Windows.Forms.Design; using WebTreeNode = System.Web.UI.WebControls.TreeNode; using WebTreeNodeCollection = System.Web.UI.WebControls.TreeNodeCollection; using WebTreeView = System.Web.UI.WebControls.TreeView; ////// /// The editor for tree nodes collection in the TreeView. /// public class TreeNodeCollectionEditor : UITypeEditor { ///public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value) { IDesignerHost designerHost = (IDesignerHost)context.GetService(typeof(IDesignerHost)); Debug.Assert(designerHost != null, "Didn't get a DesignerHost."); Debug.Assert(context.Instance is WebTreeView, "Expected System.Web.UI.WebControls.TreeView"); WebTreeView treeView = (WebTreeView)context.Instance; TreeViewDesigner designer = (TreeViewDesigner)designerHost.GetDesigner(treeView); Debug.Assert(designer != null, "Didn't get a designer."); designer.InvokeTreeNodeCollectionEditor(); return value; } /// public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context) { return UITypeEditorEditStyle.Modal; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Thumb.cs
- SspiSecurityToken.cs
- PtsHost.cs
- ProtectedProviderSettings.cs
- RemotingSurrogateSelector.cs
- SqlWebEventProvider.cs
- Int32Collection.cs
- DataGridViewMethods.cs
- WeakRefEnumerator.cs
- DynamicObjectAccessor.cs
- QueryConverter.cs
- SolidColorBrush.cs
- PolicyStatement.cs
- TableLayoutSettingsTypeConverter.cs
- XmlDocument.cs
- MediaEntryAttribute.cs
- XPathNodeHelper.cs
- MetabaseServerConfig.cs
- WebPartVerb.cs
- ErrorsHelper.cs
- ClientTargetSection.cs
- XmlSerializerNamespaces.cs
- DataGridViewCellStyle.cs
- WebPartManager.cs
- CallSiteBinder.cs
- TrackingQuery.cs
- CryptoStream.cs
- HwndSourceParameters.cs
- ExpandableObjectConverter.cs
- JavascriptCallbackBehaviorAttribute.cs
- ReferencedCollectionType.cs
- ListViewDeleteEventArgs.cs
- ContainsRowNumberChecker.cs
- ListViewGroupItemCollection.cs
- HeaderedContentControl.cs
- XmlSchemaExternal.cs
- QueuePathEditor.cs
- SafeBitVector32.cs
- ConnectionInterfaceCollection.cs
- CompositionAdorner.cs
- CompilerGeneratedAttribute.cs
- Parser.cs
- TrustLevel.cs
- Library.cs
- Rectangle.cs
- BooleanAnimationBase.cs
- XmlSchemaObject.cs
- WriteLineDesigner.xaml.cs
- CodeSnippetCompileUnit.cs
- ReceiveActivityDesigner.cs
- Int64Storage.cs
- AttributeQuery.cs
- TraceHandlerErrorFormatter.cs
- XMLUtil.cs
- FontConverter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- HtmlElement.cs
- ConnectionPoolManager.cs
- QueryCacheKey.cs
- GradientStop.cs
- DependencyObjectPropertyDescriptor.cs
- BuildProvidersCompiler.cs
- InfoCardBaseException.cs
- DataGridViewImageColumn.cs
- HostingEnvironmentSection.cs
- CryptoApi.cs
- CodeCompiler.cs
- TypeBrowserDialog.cs
- _NegoStream.cs
- LiteralText.cs
- ToolStripMenuItem.cs
- WebConvert.cs
- PartitionResolver.cs
- TypeHelpers.cs
- nulltextcontainer.cs
- FileRegion.cs
- DynamicDiscoSearcher.cs
- OleAutBinder.cs
- FixedSOMTextRun.cs
- TreeViewDesigner.cs
- SchemaObjectWriter.cs
- Facet.cs
- TreeView.cs
- validation.cs
- CheckBoxPopupAdapter.cs
- VirtualPathUtility.cs
- CryptoStream.cs
- ClientSession.cs
- XmlSchemaSequence.cs
- MenuBase.cs
- XmlSchemaAppInfo.cs
- AppliesToBehaviorDecisionTable.cs
- WebPartCatalogAddVerb.cs
- PlacementWorkspace.cs
- ImageList.cs
- BitArray.cs
- StoragePropertyMapping.cs
- AvTraceDetails.cs
- SingleAnimationUsingKeyFrames.cs
- DrawingBrush.cs