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
- PolicyManager.cs
- DataControlFieldCollection.cs
- CommonProperties.cs
- ContentPresenter.cs
- ClickablePoint.cs
- ReaderWriterLockWrapper.cs
- WindowsAltTab.cs
- QueryOpcode.cs
- DataAdapter.cs
- GridPatternIdentifiers.cs
- IOException.cs
- SynchronousChannelMergeEnumerator.cs
- GenericFlowSwitchHelper.cs
- HotSpot.cs
- ICspAsymmetricAlgorithm.cs
- WindowsAuthenticationModule.cs
- Compensation.cs
- SqlCacheDependencyDatabase.cs
- Int32CollectionConverter.cs
- RedistVersionInfo.cs
- XmlILStorageConverter.cs
- InvokeMethodActivity.cs
- PackagingUtilities.cs
- CodeTypeDeclaration.cs
- DynamicFilter.cs
- designeractionlistschangedeventargs.cs
- ArrayWithOffset.cs
- SortedList.cs
- BigInt.cs
- CTreeGenerator.cs
- DataStorage.cs
- WebResourceAttribute.cs
- TreeNodeCollection.cs
- IncrementalCompileAnalyzer.cs
- _SSPIWrapper.cs
- Renderer.cs
- SqlRowUpdatingEvent.cs
- CodeDirectoryCompiler.cs
- HandleExceptionArgs.cs
- RenderTargetBitmap.cs
- ColorDialog.cs
- SmtpException.cs
- InvokeProviderWrapper.cs
- RectKeyFrameCollection.cs
- IntegrationExceptionEventArgs.cs
- CompositeFontInfo.cs
- PassportAuthenticationEventArgs.cs
- MutexSecurity.cs
- XmlSchemaType.cs
- Underline.cs
- ToolStripDropTargetManager.cs
- XmlLangPropertyAttribute.cs
- SignatureSummaryDialog.cs
- ProgressBarBrushConverter.cs
- PathGradientBrush.cs
- ComPlusTypeLoader.cs
- LinqDataSourceValidationException.cs
- OutputCacheProfile.cs
- AuthenticateEventArgs.cs
- HtmlInputCheckBox.cs
- FileInfo.cs
- ProtocolsSection.cs
- ToolStripTextBox.cs
- ITextView.cs
- StylusTip.cs
- CheckedPointers.cs
- Misc.cs
- SequenceDesigner.cs
- AppearanceEditorPart.cs
- DetailsViewUpdatedEventArgs.cs
- ControlParameter.cs
- OdbcDataReader.cs
- XmlException.cs
- WindowsAuthenticationModule.cs
- ToolboxItemAttribute.cs
- DropShadowBitmapEffect.cs
- SwitchLevelAttribute.cs
- WebPartConnectionsCancelVerb.cs
- RowUpdatedEventArgs.cs
- TableParagraph.cs
- PointConverter.cs
- TextBox.cs
- ConfigurationValue.cs
- SinglePageViewer.cs
- PTConverter.cs
- Win32Native.cs
- Point3DAnimation.cs
- ConditionalAttribute.cs
- MultiPageTextView.cs
- OpCopier.cs
- MetadataPropertyvalue.cs
- HebrewNumber.cs
- MetadataWorkspace.cs
- ScaleTransform3D.cs
- CanonicalFormWriter.cs
- Parameter.cs
- ConcurrentDictionary.cs
- TableLayoutPanelCellPosition.cs
- ControlBindingsCollection.cs
- LinkedDataMemberFieldEditor.cs