Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / LayoutTableCell.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- AtomicFile.cs
- TreeWalker.cs
- OdbcEnvironmentHandle.cs
- ValueSerializer.cs
- WebServiceErrorEvent.cs
- TextTreeInsertUndoUnit.cs
- COM2FontConverter.cs
- validation.cs
- ToolStripSystemRenderer.cs
- XmlUrlResolver.cs
- ReferentialConstraint.cs
- CachedFontFace.cs
- MetadataArtifactLoader.cs
- CodeTypeDeclarationCollection.cs
- DetailsViewModeEventArgs.cs
- TypeUtils.cs
- ViewBase.cs
- NamedPipeProcessProtocolHandler.cs
- SspiSecurityTokenParameters.cs
- EdmSchemaError.cs
- TextPattern.cs
- CompositeCollection.cs
- GlyphInfoList.cs
- VisualTarget.cs
- AsyncResult.cs
- PopOutPanel.cs
- TableColumnCollection.cs
- SiteMapProvider.cs
- Vector3DAnimation.cs
- SimpleMailWebEventProvider.cs
- NativeRightsManagementAPIsStructures.cs
- XmlnsPrefixAttribute.cs
- PlatformCulture.cs
- ProfileInfo.cs
- NamedPipeAppDomainProtocolHandler.cs
- StatusBarItem.cs
- WCFBuildProvider.cs
- Boolean.cs
- RequestQueue.cs
- IdentityHolder.cs
- MailMessage.cs
- DocumentCollection.cs
- AuthenticationSection.cs
- HandleInitializationContext.cs
- DynamicResourceExtensionConverter.cs
- SafeSecurityHelper.cs
- Content.cs
- QuotedPairReader.cs
- LookupNode.cs
- TargetParameterCountException.cs
- FieldMetadata.cs
- LocalizabilityAttribute.cs
- WebPartVerbCollection.cs
- WebPartDisplayModeCollection.cs
- CharacterMetricsDictionary.cs
- DocumentPageView.cs
- HashMembershipCondition.cs
- DesignTimeSiteMapProvider.cs
- BaseConfigurationRecord.cs
- EventDriven.cs
- Calendar.cs
- XmlSchemaAttributeGroup.cs
- ConfigurationManagerHelperFactory.cs
- LockCookie.cs
- OdbcEnvironment.cs
- CopyCodeAction.cs
- TabPage.cs
- RuntimeConfig.cs
- GeometryValueSerializer.cs
- XmlElementCollection.cs
- NetSectionGroup.cs
- HttpCachePolicy.cs
- RequestStatusBarUpdateEventArgs.cs
- MenuRendererStandards.cs
- ServiceDeploymentInfo.cs
- TypedTableBase.cs
- ApplicationHost.cs
- UnsafeNativeMethods.cs
- SoapSchemaMember.cs
- CloseSequenceResponse.cs
- GridViewRowEventArgs.cs
- Scheduling.cs
- Permission.cs
- FirstQueryOperator.cs
- CodeDOMUtility.cs
- BitmapCodecInfoInternal.cs
- StateMachine.cs
- CheckBoxFlatAdapter.cs
- CqlBlock.cs
- Mappings.cs
- LayoutEvent.cs
- RadioButtonPopupAdapter.cs
- TableRow.cs
- relpropertyhelper.cs
- ImportCatalogPart.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ExpressionBuilderCollection.cs
- PackUriHelper.cs
- BindToObject.cs
- URLString.cs