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
- MaterialGroup.cs
- OpacityConverter.cs
- DynamicResourceExtension.cs
- PropertyCollection.cs
- EntityViewGenerationAttribute.cs
- GeneratedContractType.cs
- SqlDataReaderSmi.cs
- GradientBrush.cs
- _ListenerResponseStream.cs
- SamlAttributeStatement.cs
- FastEncoderWindow.cs
- ReliabilityContractAttribute.cs
- StylusPlugInCollection.cs
- MergeFilterQuery.cs
- ParseNumbers.cs
- ErrorFormatterPage.cs
- XmlAttributeProperties.cs
- ScriptingJsonSerializationSection.cs
- ModelVisual3D.cs
- PerformanceCounterLib.cs
- FilteredAttributeCollection.cs
- HttpConfigurationSystem.cs
- Wildcard.cs
- ResourceManager.cs
- TextBoxBase.cs
- XamlLoadErrorInfo.cs
- ColorKeyFrameCollection.cs
- OperationInfoBase.cs
- AmbientProperties.cs
- HScrollProperties.cs
- Exception.cs
- Collection.cs
- TypeToken.cs
- WebGetAttribute.cs
- PeerContact.cs
- TextEditorSpelling.cs
- XhtmlBasicObjectListAdapter.cs
- ClientData.cs
- KeyEventArgs.cs
- ConnectionInterfaceCollection.cs
- DependencyObjectPropertyDescriptor.cs
- LocationUpdates.cs
- Setter.cs
- dtdvalidator.cs
- FlowDocumentScrollViewer.cs
- DesignTimeVisibleAttribute.cs
- NativeCppClassAttribute.cs
- IndexedSelectQueryOperator.cs
- Action.cs
- EntityProxyTypeInfo.cs
- OdbcConnection.cs
- HealthMonitoringSection.cs
- RenderCapability.cs
- DataGridViewTextBoxCell.cs
- CellCreator.cs
- WebConfigurationFileMap.cs
- PrintPreviewControl.cs
- ProgressBarAutomationPeer.cs
- SQLInt64Storage.cs
- DataGridCell.cs
- ColorIndependentAnimationStorage.cs
- WaveHeader.cs
- ObjectFullSpanRewriter.cs
- CustomAttributeSerializer.cs
- PageThemeBuildProvider.cs
- MenuAutomationPeer.cs
- RandomDelaySendsAsyncResult.cs
- OdbcHandle.cs
- LocalFileSettingsProvider.cs
- _AuthenticationState.cs
- HostedHttpRequestAsyncResult.cs
- WorkflowFileItem.cs
- FullTextLine.cs
- GeneralTransform.cs
- EntityReference.cs
- GridViewRowCollection.cs
- SortFieldComparer.cs
- Button.cs
- DiscoveryMessageSequence.cs
- TextFormatter.cs
- StickyNote.cs
- WmpBitmapDecoder.cs
- ResourceType.cs
- IDQuery.cs
- IFlowDocumentViewer.cs
- TreeViewHitTestInfo.cs
- XamlStackWriter.cs
- DataGridViewCellEventArgs.cs
- CodeDirectoryCompiler.cs
- ProcessProtocolHandler.cs
- PingOptions.cs
- FlowDocumentReader.cs
- FlowLayout.cs
- CodeAttributeArgument.cs
- ProcessingInstructionAction.cs
- DataSysAttribute.cs
- SystemColorTracker.cs
- IndentedWriter.cs
- ProfileSettingsCollection.cs
- WebHttpDispatchOperationSelector.cs