Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebControls / TreeViewDesigner.cs / 1 / TreeViewDesigner.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.Data;
using System.Design;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Web.UI;
using System.Web.UI.Design;
using System.Web.UI.Design.Util;
using System.Web.UI.WebControls;
using System.Windows.Forms;
using WebTreeView = System.Web.UI.WebControls.TreeView;
///
///
/// The designer for a TreeView control.
///
public class TreeViewDesigner : HierarchicalDataBoundControlDesigner {
private WebTreeView _treeView;
private bool _usingSampleData;
private bool _emptyDataBinding;
private static DesignerAutoFormatCollection _autoFormats;
private const string emptyDesignTimeHtml =
@"
| TreeView - {0} |
| {1} |
| TreeView - {0} |
| {1} |
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeElement.cs
- SessionIDManager.cs
- TypeDescriptorFilterService.cs
- EntityDataSourceReferenceGroup.cs
- CheckBox.cs
- BigInt.cs
- TaskFormBase.cs
- TextOutput.cs
- NumberFormatInfo.cs
- HierarchicalDataSourceControl.cs
- ColumnWidthChangingEvent.cs
- TdsParser.cs
- BasicCellRelation.cs
- ListBoxItemWrapperAutomationPeer.cs
- WindowsGraphics2.cs
- ImmutableObjectAttribute.cs
- NativeMethods.cs
- ConnectionConsumerAttribute.cs
- ReferenceEqualityComparer.cs
- HttpClientProtocol.cs
- RewritingSimplifier.cs
- AssemblyCache.cs
- GcHandle.cs
- SecurityKeyIdentifierClause.cs
- DatagridviewDisplayedBandsData.cs
- MeasureItemEvent.cs
- XmlObjectSerializerReadContextComplex.cs
- ProfileManager.cs
- XPathDocumentBuilder.cs
- FileDetails.cs
- ColumnWidthChangedEvent.cs
- GridViewColumnHeaderAutomationPeer.cs
- WeakReference.cs
- TextBox.cs
- XmlBinaryReader.cs
- PageHandlerFactory.cs
- SHA512.cs
- PropertyGridEditorPart.cs
- Visual3D.cs
- PropertyOverridesTypeEditor.cs
- FileDialogCustomPlacesCollection.cs
- ProgressPage.cs
- CheckBoxField.cs
- XmlByteStreamWriter.cs
- ProfileBuildProvider.cs
- JpegBitmapDecoder.cs
- SQLSingleStorage.cs
- Label.cs
- EpmTargetTree.cs
- TimeSpan.cs
- IPEndPoint.cs
- xdrvalidator.cs
- PassportAuthenticationModule.cs
- TranslateTransform3D.cs
- _TLSstream.cs
- RadialGradientBrush.cs
- TextureBrush.cs
- PropertyCollection.cs
- AnnotationResource.cs
- FolderNameEditor.cs
- QueueProcessor.cs
- UserInitiatedNavigationPermission.cs
- WizardForm.cs
- UnsafeNativeMethods.cs
- ExpressionBuilder.cs
- MsmqIntegrationProcessProtocolHandler.cs
- SimpleTypeResolver.cs
- ColorIndependentAnimationStorage.cs
- UserMapPath.cs
- coordinatorfactory.cs
- Triangle.cs
- StateMachineSubscriptionManager.cs
- UserControlCodeDomTreeGenerator.cs
- DrawListViewSubItemEventArgs.cs
- RemoteWebConfigurationHostServer.cs
- PageAsyncTask.cs
- ElementFactory.cs
- ColorAnimation.cs
- BmpBitmapDecoder.cs
- CapabilitiesSection.cs
- TextCompositionEventArgs.cs
- PointHitTestParameters.cs
- WindowPattern.cs
- ProxyHwnd.cs
- TransformedBitmap.cs
- PrinterUnitConvert.cs
- ToolboxItemWrapper.cs
- SafeLocalAllocation.cs
- String.cs
- ImageClickEventArgs.cs
- Utils.cs
- FormsAuthenticationConfiguration.cs
- LoginUtil.cs
- MarshalDirectiveException.cs
- SQLBytes.cs
- SettingsProperty.cs
- CollectionViewGroupRoot.cs
- HWStack.cs
- TcpClientChannel.cs
- SelectionRange.cs