Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- TimeSpanHelper.cs
- DebugControllerThread.cs
- BinHexDecoder.cs
- EntityDataSourceDataSelectionPanel.cs
- BitmapEffectInputData.cs
- webproxy.cs
- WSDualHttpBindingElement.cs
- URLBuilder.cs
- MsmqBindingElementBase.cs
- DataGridViewRowsRemovedEventArgs.cs
- OracleConnectionStringBuilder.cs
- ZipIOExtraFieldPaddingElement.cs
- DataBoundControlActionList.cs
- XsdBuildProvider.cs
- LightweightEntityWrapper.cs
- RegexFCD.cs
- ActivationProxy.cs
- ContextProperty.cs
- SecondaryIndexList.cs
- TokenFactoryFactory.cs
- ContentElementAutomationPeer.cs
- SpotLight.cs
- SEHException.cs
- WinFormsUtils.cs
- BrowserDefinitionCollection.cs
- HttpResponseHeader.cs
- MemberDomainMap.cs
- RuleSettings.cs
- SortKey.cs
- DataGridViewRowEventArgs.cs
- ClassHandlersStore.cs
- KeyedCollection.cs
- RectangleGeometry.cs
- LightweightEntityWrapper.cs
- ResourceManager.cs
- FloatUtil.cs
- ByteRangeDownloader.cs
- FormClosedEvent.cs
- BulletedListEventArgs.cs
- SqlUtil.cs
- StateItem.cs
- MatrixKeyFrameCollection.cs
- DataServiceCollectionOfT.cs
- Color.cs
- RenderCapability.cs
- MD5Cng.cs
- Binding.cs
- SchemaManager.cs
- SwitchCase.cs
- ColumnResizeAdorner.cs
- DbConnectionInternal.cs
- DataPagerCommandEventArgs.cs
- SmiContextFactory.cs
- XmlDataSourceNodeDescriptor.cs
- MenuAdapter.cs
- FixedSOMPageElement.cs
- VectorAnimationBase.cs
- DataException.cs
- TextPointerBase.cs
- FieldAccessException.cs
- WindowsTokenRoleProvider.cs
- RemotingServices.cs
- BooleanToVisibilityConverter.cs
- OrderedDictionary.cs
- SudsParser.cs
- BitmapEffectCollection.cs
- ListViewGroupConverter.cs
- UpdateCommand.cs
- PanelDesigner.cs
- arabicshape.cs
- CodeBinaryOperatorExpression.cs
- ToolStripSettings.cs
- FixedSOMContainer.cs
- UriParserTemplates.cs
- TimeEnumHelper.cs
- MimeFormatter.cs
- PackagingUtilities.cs
- ChtmlTextBoxAdapter.cs
- SerializerDescriptor.cs
- MouseButton.cs
- WebPartCancelEventArgs.cs
- DynamicValueConverter.cs
- Bitmap.cs
- BufferedStream.cs
- PropertyBuilder.cs
- WebBaseEventKeyComparer.cs
- HtmlElement.cs
- ScrollableControlDesigner.cs
- SimpleHandlerBuildProvider.cs
- Wildcard.cs
- PropertyGridView.cs
- UnmanagedMemoryStreamWrapper.cs
- DES.cs
- SynchronizedChannelCollection.cs
- GC.cs
- SearchExpression.cs
- XmlSchemaComplexContentExtension.cs
- SHA1.cs
- XmlBinaryWriterSession.cs
- Helpers.cs