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
- BamlLocalizableResource.cs
- RangeBaseAutomationPeer.cs
- HwndSourceParameters.cs
- SiteIdentityPermission.cs
- DmlSqlGenerator.cs
- RSAOAEPKeyExchangeDeformatter.cs
- InstanceKeyCollisionException.cs
- DataFieldEditor.cs
- TransactionInformation.cs
- ClientRolePrincipal.cs
- MailMessage.cs
- Typeface.cs
- SqlNodeAnnotations.cs
- SamlConditions.cs
- UnorderedHashRepartitionStream.cs
- DiscoveryDocumentReference.cs
- ExpandoClass.cs
- DataSourceSelectArguments.cs
- OperandQuery.cs
- TransformerConfigurationWizardBase.cs
- SecurityTokenProvider.cs
- EndpointAddressProcessor.cs
- SerialReceived.cs
- MediaPlayer.cs
- TypeConverterHelper.cs
- WebCategoryAttribute.cs
- ConnectivityStatus.cs
- ServiceHostingEnvironmentSection.cs
- BufferedWebEventProvider.cs
- TypeFieldSchema.cs
- PagerSettings.cs
- UnionCodeGroup.cs
- WindowsClaimSet.cs
- CodeStatementCollection.cs
- SRGSCompiler.cs
- ContentPosition.cs
- SignedXmlDebugLog.cs
- NumberAction.cs
- DataGridView.cs
- AlignmentXValidation.cs
- WebDisplayNameAttribute.cs
- LinqMaximalSubtreeNominator.cs
- CollectionViewGroupInternal.cs
- BitmapMetadata.cs
- ObjectConverter.cs
- DependencyProperty.cs
- RepeaterCommandEventArgs.cs
- SettingsAttributes.cs
- TreeNodeSelectionProcessor.cs
- ObjectPersistData.cs
- NotImplementedException.cs
- dtdvalidator.cs
- EventSinkHelperWriter.cs
- EdmToObjectNamespaceMap.cs
- PolicyAssertionCollection.cs
- AncestorChangedEventArgs.cs
- ColorMap.cs
- FusionWrap.cs
- CustomAttributeSerializer.cs
- MethodAccessException.cs
- Terminate.cs
- AutomationPatternInfo.cs
- RelatedView.cs
- ContainsRowNumberChecker.cs
- PrefixQName.cs
- Classification.cs
- ImageSourceValueSerializer.cs
- SiteMapNode.cs
- ChtmlImageAdapter.cs
- TypeExtensionConverter.cs
- FaultHandlingFilter.cs
- SingleObjectCollection.cs
- StrongNamePublicKeyBlob.cs
- CompatibleComparer.cs
- ServiceDesigner.xaml.cs
- ApplicationContext.cs
- WebPartConnectionsDisconnectVerb.cs
- keycontainerpermission.cs
- RequestSecurityTokenResponse.cs
- WinEventHandler.cs
- PtsHelper.cs
- sortedlist.cs
- Model3D.cs
- HttpTransportManager.cs
- StringFreezingAttribute.cs
- XmlILConstructAnalyzer.cs
- HttpDictionary.cs
- MouseWheelEventArgs.cs
- TypeBrowserDialog.cs
- PermissionToken.cs
- ServerIdentity.cs
- PeerFlooder.cs
- ForeignKeyConstraint.cs
- IpcChannel.cs
- ProvidersHelper.cs
- ping.cs
- SafeNativeMethods.cs
- _HeaderInfoTable.cs
- TextTreeRootTextBlock.cs
- StyleModeStack.cs