Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ToolStripRenderer.cs
- DbMetaDataColumnNames.cs
- XmlTextWriter.cs
- KeyGesture.cs
- DateTimeConverter.cs
- BitConverter.cs
- ButtonRenderer.cs
- FileResponseElement.cs
- Point3DCollection.cs
- DataTemplateSelector.cs
- XamlSerializer.cs
- NameValueConfigurationCollection.cs
- UnionCodeGroup.cs
- RepeaterItem.cs
- SmtpFailedRecipientsException.cs
- DataGridViewCellStyleChangedEventArgs.cs
- X509CertificateCollection.cs
- Events.cs
- PermissionSetEnumerator.cs
- LockedHandleGlyph.cs
- GridSplitter.cs
- TemplatedEditableDesignerRegion.cs
- WorkflowRuntimeServiceElementCollection.cs
- ControlEvent.cs
- MetadataPropertyCollection.cs
- MSAANativeProvider.cs
- ColumnMapTranslator.cs
- InkCanvasFeedbackAdorner.cs
- InternalConfigRoot.cs
- DataObject.cs
- IxmlLineInfo.cs
- SHA512Managed.cs
- IdentityNotMappedException.cs
- SqlDataSourceView.cs
- _ProxyChain.cs
- WebConfigurationHostFileChange.cs
- UnionCqlBlock.cs
- LeftCellWrapper.cs
- FormViewCommandEventArgs.cs
- HostedHttpTransportManager.cs
- EventToken.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- QuaternionAnimationBase.cs
- CodeExpressionCollection.cs
- DependencySource.cs
- ViewStateException.cs
- ObjectResult.cs
- EmulateRecognizeCompletedEventArgs.cs
- DiscoveryDocumentSearchPattern.cs
- MachineKeyConverter.cs
- CategoryGridEntry.cs
- TcpClientChannel.cs
- ResolvedKeyFrameEntry.cs
- XmlTypeMapping.cs
- GenericPrincipal.cs
- Stream.cs
- StreamGeometry.cs
- VoiceInfo.cs
- Int16Converter.cs
- DocumentScope.cs
- ClockGroup.cs
- CodeAccessSecurityEngine.cs
- AddInStore.cs
- Maps.cs
- BinaryWriter.cs
- MDIWindowDialog.cs
- ThemeDictionaryExtension.cs
- ApplicationDirectory.cs
- ValueOfAction.cs
- VisualTreeFlattener.cs
- CounterCreationDataCollection.cs
- OdbcDataReader.cs
- DataSourceSerializationException.cs
- XmlDomTextWriter.cs
- TextAdaptor.cs
- DropTarget.cs
- EntityModelSchemaGenerator.cs
- EpmCustomContentDeSerializer.cs
- LayoutManager.cs
- ProjectedWrapper.cs
- WebPartCancelEventArgs.cs
- InvokeHandlers.cs
- LinkedResource.cs
- PagesSection.cs
- WindowShowOrOpenTracker.cs
- Transform.cs
- SamlAuthenticationClaimResource.cs
- RangeEnumerable.cs
- CatchDesigner.xaml.cs
- NullRuntimeConfig.cs
- ConfigurationElementProperty.cs
- BrowserInteropHelper.cs
- WinCategoryAttribute.cs
- ConfigXmlElement.cs
- XhtmlTextWriter.cs
- PropVariant.cs
- DefaultValidator.cs
- SessionStateModule.cs
- BasicHttpBinding.cs
- MissingSatelliteAssemblyException.cs