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
- BulletDecorator.cs
- AuthenticatingEventArgs.cs
- SettingsPropertyCollection.cs
- ColumnBinding.cs
- PointAnimationClockResource.cs
- recordstate.cs
- SmiEventStream.cs
- Page.cs
- ButtonRenderer.cs
- HttpPostedFile.cs
- RefExpr.cs
- Environment.cs
- KeyNotFoundException.cs
- CTreeGenerator.cs
- SecurityManager.cs
- OrthographicCamera.cs
- TypeSystemProvider.cs
- HttpServerVarsCollection.cs
- SqlComparer.cs
- EditBehavior.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- SchemaCollectionPreprocessor.cs
- SpanIndex.cs
- EventBuilder.cs
- Random.cs
- AppearanceEditorPart.cs
- Pair.cs
- FontStretch.cs
- XamlToRtfWriter.cs
- ResourceDictionary.cs
- DependsOnAttribute.cs
- IListConverters.cs
- DesignerHost.cs
- ExtendedPropertyDescriptor.cs
- CompensatableTransactionScopeActivity.cs
- AccessText.cs
- Debug.cs
- Application.cs
- ResourceReferenceExpression.cs
- TrackBarRenderer.cs
- BaseCollection.cs
- AtomServiceDocumentSerializer.cs
- Interlocked.cs
- SortFieldComparer.cs
- EntityContainerRelationshipSet.cs
- Cloud.cs
- HMACSHA384.cs
- SqlClientFactory.cs
- LayoutDump.cs
- storepermission.cs
- WebPartTracker.cs
- MatrixUtil.cs
- PropertyEmitterBase.cs
- ExpiredSecurityTokenException.cs
- HTTPNotFoundHandler.cs
- ImplicitInputBrush.cs
- XmlSchemaInclude.cs
- XhtmlBasicValidatorAdapter.cs
- RouteCollection.cs
- GeneralTransformCollection.cs
- CodeAssignStatement.cs
- Vector3DCollectionConverter.cs
- PipeStream.cs
- TraceXPathNavigator.cs
- WebPartEditorApplyVerb.cs
- FixedTextBuilder.cs
- ObjectAssociationEndMapping.cs
- AudioLevelUpdatedEventArgs.cs
- TypedTableBase.cs
- InternalCompensate.cs
- TextDecorationCollection.cs
- Hyperlink.cs
- WindowsFormsSynchronizationContext.cs
- EventLogRecord.cs
- FlagPanel.cs
- initElementDictionary.cs
- JsonServiceDocumentSerializer.cs
- BindingMemberInfo.cs
- HttpConfigurationContext.cs
- UDPClient.cs
- SrgsOneOf.cs
- Util.cs
- ForEachAction.cs
- PropertyDescriptor.cs
- DetailsViewModeEventArgs.cs
- ListView.cs
- DataGridColumn.cs
- ScriptBehaviorDescriptor.cs
- KeyInstance.cs
- SingleObjectCollection.cs
- PopOutPanel.cs
- FreezableDefaultValueFactory.cs
- OpCopier.cs
- QuaternionAnimationBase.cs
- BindingListCollectionView.cs
- BindingNavigator.cs
- AssemblyContextControlItem.cs
- __ComObject.cs
- CodeConstructor.cs
- DbSetClause.cs