Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / EmptyControlCollection.cs / 1305376 / EmptyControlCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Collections; using System.Security.Permissions; ////// public class EmptyControlCollection : ControlCollection { ////// Represents a ControlCollection that is always empty. /// ////// public EmptyControlCollection(Control owner) : base(owner) { } private void ThrowNotSupportedException() { throw new HttpException(SR.GetString(SR.Control_does_not_allow_children, Owner.GetType().ToString())); } ///[To be supplied.] ////// public override void Add(Control child) { ThrowNotSupportedException(); } ///[To be supplied.] ////// public override void AddAt(int index, Control child) { ThrowNotSupportedException(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CloudCollection.cs
- _SslState.cs
- Directory.cs
- RequestContextBase.cs
- NavigationCommands.cs
- AppDomainGrammarProxy.cs
- TextBoxRenderer.cs
- CaseCqlBlock.cs
- LineVisual.cs
- ResXResourceWriter.cs
- RolePrincipal.cs
- WebPartManagerInternals.cs
- ListItem.cs
- designeractionlistschangedeventargs.cs
- XsltLibrary.cs
- FixedPageAutomationPeer.cs
- AmbientValueAttribute.cs
- PowerStatus.cs
- ViewStateModeByIdAttribute.cs
- ToolBarButtonClickEvent.cs
- StatusBarAutomationPeer.cs
- DataTableReader.cs
- ProfessionalColorTable.cs
- QueueProcessor.cs
- NativeMethods.cs
- RegexTree.cs
- StringFreezingAttribute.cs
- Application.cs
- GeometryGroup.cs
- ProjectionCamera.cs
- Policy.cs
- ProfileProvider.cs
- OutOfMemoryException.cs
- DocumentPageView.cs
- SAPICategories.cs
- PasswordDeriveBytes.cs
- HttpPostedFile.cs
- MetaModel.cs
- DebugInfoExpression.cs
- RichTextBox.cs
- Executor.cs
- ProvideValueServiceProvider.cs
- FixedSOMFixedBlock.cs
- Latin1Encoding.cs
- XmlArrayItemAttribute.cs
- IFormattable.cs
- SymbolMethod.cs
- Point4DValueSerializer.cs
- PropVariant.cs
- StylusDevice.cs
- ReadOnlyCollectionBase.cs
- BitmapData.cs
- FieldNameLookup.cs
- BooleanProjectedSlot.cs
- PreservationFileWriter.cs
- DispatcherObject.cs
- PtsCache.cs
- XmlSchemaSimpleContentExtension.cs
- WinCategoryAttribute.cs
- SplineQuaternionKeyFrame.cs
- SecurityPolicySection.cs
- FactorySettingsElement.cs
- DataGridViewRowPrePaintEventArgs.cs
- CheckStoreFileValidityRequest.cs
- RadioButton.cs
- RecipientInfo.cs
- BlurBitmapEffect.cs
- SecurityTokenSerializer.cs
- DrawingBrush.cs
- ListViewItem.cs
- XmlHelper.cs
- XPathBinder.cs
- FamilyMapCollection.cs
- WebBrowserProgressChangedEventHandler.cs
- SelectedDatesCollection.cs
- ExpressionCopier.cs
- SQLMoneyStorage.cs
- CodeSubDirectory.cs
- PropertyGeneratedEventArgs.cs
- XomlCompilerResults.cs
- _AutoWebProxyScriptEngine.cs
- SqlMethodCallConverter.cs
- DeclaredTypeElement.cs
- SkipStoryboardToFill.cs
- GraphicsPathIterator.cs
- DispatcherHooks.cs
- SymbolMethod.cs
- SapiInterop.cs
- ImageMetadata.cs
- DataExpression.cs
- MaskedTextProvider.cs
- XmlSchemaSequence.cs
- x509store.cs
- FileDialog.cs
- GraphicsContext.cs
- HttpTransportElement.cs
- XmlnsPrefixAttribute.cs
- AnnotationService.cs
- MarkupCompilePass1.cs
- KeyInfo.cs