Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / LayoutTableCell.cs / 1305376 / LayoutTableCell.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; using System.Web; ////// Table cell used for laying out controls in a Render method. Doesn't parent added controls, so /// it is safe to add child controls to this table. Sets page of added controls if not already set. /// Used by LayoutTable. Top-level class instead of private so LayoutTableCells can be added dynamically /// to LayoutTable. /// internal sealed class LayoutTableCell : TableCell { protected internal override void AddedControl(Control control, int index) { if (control.Page == null) { control.Page = Page; } } protected internal override void RemovedControl(Control control) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PartitionedStream.cs
- AppearanceEditorPart.cs
- SerializationStore.cs
- SystemKeyConverter.cs
- ApplyHostConfigurationBehavior.cs
- VisualBasicValue.cs
- GcSettings.cs
- Brush.cs
- SelectionProviderWrapper.cs
- EntityModelBuildProvider.cs
- BStrWrapper.cs
- WebHttpSecurityModeHelper.cs
- ComponentEditorPage.cs
- DeleteIndexBinder.cs
- AssociationSetMetadata.cs
- IdentifierCreationService.cs
- ComNativeDescriptor.cs
- ConstraintManager.cs
- AggregateNode.cs
- MarginsConverter.cs
- BrowserTree.cs
- VectorValueSerializer.cs
- UnsafeNativeMethods.cs
- SignedXml.cs
- GregorianCalendarHelper.cs
- TextEvent.cs
- IsolatedStorageException.cs
- TableNameAttribute.cs
- BufferBuilder.cs
- TypedElement.cs
- XappLauncher.cs
- BuildProviderCollection.cs
- Mapping.cs
- CountdownEvent.cs
- SqlDataSourceParameterParser.cs
- InputScope.cs
- LowerCaseStringConverter.cs
- FlowDocumentReader.cs
- RootNamespaceAttribute.cs
- FloatMinMaxAggregationOperator.cs
- baseaxisquery.cs
- DomainLiteralReader.cs
- DataListCommandEventArgs.cs
- FontCacheUtil.cs
- SafeEventLogReadHandle.cs
- NativeObjectSecurity.cs
- CodeGotoStatement.cs
- SqlClientPermission.cs
- LocalizationParserHooks.cs
- ProtectedProviderSettings.cs
- ListItemsPage.cs
- Helpers.cs
- XmlWriterTraceListener.cs
- Dynamic.cs
- RelativeSource.cs
- ForEachAction.cs
- SupportingTokenBindingElement.cs
- SafeLibraryHandle.cs
- FontUnit.cs
- BlurEffect.cs
- SchemaMerger.cs
- HostProtectionPermission.cs
- SecurityTokenResolver.cs
- DatagridviewDisplayedBandsData.cs
- TempFiles.cs
- DataObjectMethodAttribute.cs
- SynchronizationLockException.cs
- CallContext.cs
- IntranetCredentialPolicy.cs
- AssemblyName.cs
- GlyphCollection.cs
- QualifiedCellIdBoolean.cs
- RuleSettingsCollection.cs
- ChangeInterceptorAttribute.cs
- UpdatePanel.cs
- LogEntryHeaderv1Deserializer.cs
- DataContractSerializerSection.cs
- DbTransaction.cs
- Int32CAMarshaler.cs
- UpDownEvent.cs
- CapabilitiesSection.cs
- XmlSchemaCollection.cs
- BindingCompleteEventArgs.cs
- EncryptedPackageFilter.cs
- XamlFilter.cs
- ValidationContext.cs
- ApplicationInfo.cs
- BindingMemberInfo.cs
- HeaderUtility.cs
- ValidationManager.cs
- SizeChangedEventArgs.cs
- TextContainerChangedEventArgs.cs
- SHA512CryptoServiceProvider.cs
- BindableTemplateBuilder.cs
- BaseDataBoundControl.cs
- StylusCaptureWithinProperty.cs
- CompilerError.cs
- TransactedReceiveScope.cs
- DataGridViewCellEventArgs.cs
- DeclarativeCatalogPart.cs