Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / WebParts / DesignerGenericWebPart.cs / 1 / DesignerGenericWebPart.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.Design.WebControls.WebParts {
using System;
using System.Design;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
// Doesn't add the ChildControl to its Control collection
internal sealed class DesignerGenericWebPart : GenericWebPart {
public DesignerGenericWebPart(Control control) : base(control) {
}
protected override void CreateChildControls() {
// Don't add the ChildControl to the Controls collection
}
}
}
// 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
- FixedSOMImage.cs
- ParsedRoute.cs
- PrintPageEvent.cs
- SingleAnimation.cs
- ProjectionQueryOptionExpression.cs
- ProfessionalColorTable.cs
- basevalidator.cs
- DbMetaDataFactory.cs
- HWStack.cs
- ComUdtElementCollection.cs
- ProfileSettingsCollection.cs
- DataGridViewCellMouseEventArgs.cs
- CommandBinding.cs
- Point3DAnimationUsingKeyFrames.cs
- OdbcError.cs
- OciEnlistContext.cs
- CallbackValidatorAttribute.cs
- DoWorkEventArgs.cs
- RuntimeConfig.cs
- ServerProtocol.cs
- XPathNavigatorReader.cs
- OleDbConnectionInternal.cs
- ConfigXmlCDataSection.cs
- Stream.cs
- ProfileBuildProvider.cs
- unsafeIndexingFilterStream.cs
- TdsRecordBufferSetter.cs
- PreviewPrintController.cs
- SessionStateUtil.cs
- TimeSpanOrInfiniteConverter.cs
- TreeNodeBinding.cs
- RichTextBoxContextMenu.cs
- PageAdapter.cs
- CrossSiteScriptingValidation.cs
- ContextBase.cs
- ObjectReferenceStack.cs
- initElementDictionary.cs
- ClientBuildManager.cs
- StringComparer.cs
- XmlSchemaChoice.cs
- HttpRequestWrapper.cs
- BulletedListEventArgs.cs
- ZipFileInfoCollection.cs
- FileSystemInfo.cs
- RegexCharClass.cs
- webeventbuffer.cs
- MappableObjectManager.cs
- IndexedWhereQueryOperator.cs
- dataprotectionpermission.cs
- TemplateParser.cs
- FontInfo.cs
- DataGridRowEventArgs.cs
- OSFeature.cs
- CodeConstructor.cs
- ZeroOpNode.cs
- GridViewDesigner.cs
- WorkflowControlEndpoint.cs
- HostingEnvironmentWrapper.cs
- Button.cs
- CapabilitiesRule.cs
- SignalGate.cs
- BindingValueChangedEventArgs.cs
- DbDeleteCommandTree.cs
- SqlProfileProvider.cs
- GetResponse.cs
- CompiledXpathExpr.cs
- FileDialogCustomPlace.cs
- DatatypeImplementation.cs
- WindowsListViewSubItem.cs
- CodeDirectiveCollection.cs
- InputLanguageManager.cs
- SlotInfo.cs
- ProjectionPruner.cs
- XmlComment.cs
- Variable.cs
- DecoderReplacementFallback.cs
- SafeEventLogReadHandle.cs
- InkCanvasSelection.cs
- GridViewEditEventArgs.cs
- BindingMAnagerBase.cs
- BulletedList.cs
- ProcessExitedException.cs
- BindableTemplateBuilder.cs
- PersonalizablePropertyEntry.cs
- InternalEnumValidator.cs
- XmlAnyElementAttributes.cs
- NamespaceCollection.cs
- Win32SafeHandles.cs
- PiiTraceSource.cs
- MenuAutomationPeer.cs
- CheckBox.cs
- CharacterMetricsDictionary.cs
- HitTestWithGeometryDrawingContextWalker.cs
- _NegotiateClient.cs
- EntityViewContainer.cs
- ClockGroup.cs
- HScrollBar.cs
- CFStream.cs
- DocumentApplicationJournalEntry.cs
- Track.cs