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
- HttpWriter.cs
- ColumnBinding.cs
- ConstrainedDataObject.cs
- EventListener.cs
- Propagator.Evaluator.cs
- HuffCodec.cs
- XmlProcessingInstruction.cs
- WebPartManager.cs
- ExtendedTransformFactory.cs
- SynchronizationFilter.cs
- DefaultPrintController.cs
- LinqDataSourceContextEventArgs.cs
- CacheRequest.cs
- ChildrenQuery.cs
- xdrvalidator.cs
- XmlSchemaException.cs
- EncoderFallback.cs
- OutputCacheSection.cs
- CircleHotSpot.cs
- MonitorWrapper.cs
- TextBoxDesigner.cs
- ProfileBuildProvider.cs
- Parser.cs
- ReadOnlyDictionary.cs
- ObjectComplexPropertyMapping.cs
- AlignmentYValidation.cs
- XmlSchemaInferenceException.cs
- DbgCompiler.cs
- Inflater.cs
- SelectorAutomationPeer.cs
- DragDrop.cs
- ProxySimple.cs
- ProfileParameter.cs
- LinkLabelLinkClickedEvent.cs
- PixelShader.cs
- PageBreakRecord.cs
- UnauthorizedAccessException.cs
- RootBrowserWindow.cs
- Selector.cs
- Section.cs
- MissingManifestResourceException.cs
- AddInSegmentDirectoryNotFoundException.cs
- ResetableIterator.cs
- PersonalizableAttribute.cs
- FormattedTextSymbols.cs
- ConstructorBuilder.cs
- StateRuntime.cs
- BaseValidatorDesigner.cs
- StringArrayConverter.cs
- InputProcessorProfilesLoader.cs
- DesignerActionUI.cs
- SerializableReadOnlyDictionary.cs
- OrCondition.cs
- PolyBezierSegment.cs
- TemplateBaseAction.cs
- ObjectStateEntryDbDataRecord.cs
- CustomActivityDesigner.cs
- DBSqlParserTableCollection.cs
- SystemInfo.cs
- StoreConnection.cs
- StringInfo.cs
- StopStoryboard.cs
- CheckableControlBaseAdapter.cs
- SQLDecimalStorage.cs
- ConfigurationFileMap.cs
- NameSpaceEvent.cs
- NameScopePropertyAttribute.cs
- DataTableClearEvent.cs
- DocumentXmlWriter.cs
- wmiutil.cs
- Selector.cs
- WeakReference.cs
- InstanceCreationEditor.cs
- KeyBinding.cs
- UserControl.cs
- DataGridRow.cs
- DataGridrowEditEndingEventArgs.cs
- SqlExpander.cs
- TraceFilter.cs
- SignerInfo.cs
- KnownBoxes.cs
- ListenerHandler.cs
- FileDetails.cs
- Classification.cs
- Registry.cs
- DataBoundLiteralControl.cs
- RawStylusInputCustomDataList.cs
- DetailsView.cs
- RuleSettingsCollection.cs
- Visual3D.cs
- XmlEntityReference.cs
- AppDomain.cs
- SystemIPv4InterfaceProperties.cs
- TextDecorations.cs
- Grant.cs
- ADConnectionHelper.cs
- DeferredElementTreeState.cs
- GlyphsSerializer.cs
- MemoryFailPoint.cs
- CustomErrorsSection.cs