Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SqlTransaction.cs
- PenThreadWorker.cs
- WebScriptMetadataFormatter.cs
- CFStream.cs
- ConfigXmlWhitespace.cs
- ProcessModelSection.cs
- AssemblyAssociatedContentFileAttribute.cs
- HttpListenerException.cs
- ClientSession.cs
- Vector3DConverter.cs
- DBNull.cs
- DoubleUtil.cs
- PageMediaSize.cs
- CultureSpecificStringDictionary.cs
- RectAnimation.cs
- ObjectListComponentEditor.cs
- SettingsPropertyValue.cs
- oledbmetadatacolumnnames.cs
- NavigatingCancelEventArgs.cs
- SafeUserTokenHandle.cs
- EnumMember.cs
- NonParentingControl.cs
- LifetimeMonitor.cs
- ExpressionVisitor.cs
- DbConnectionStringCommon.cs
- MeasurementDCInfo.cs
- WebPartManagerInternals.cs
- RelationshipDetailsRow.cs
- SpecularMaterial.cs
- AttributeCollection.cs
- InputReferenceExpression.cs
- TypeUtil.cs
- _CommandStream.cs
- OleDbTransaction.cs
- InputEventArgs.cs
- DataFieldEditor.cs
- RegistryDataKey.cs
- DomainUpDown.cs
- DependencyObjectCodeDomSerializer.cs
- WindowsStatusBar.cs
- ListViewEditEventArgs.cs
- TrackBarDesigner.cs
- LateBoundBitmapDecoder.cs
- QueryStringParameter.cs
- mediaeventshelper.cs
- SocketException.cs
- AmbientLight.cs
- MbpInfo.cs
- SamlConditions.cs
- DocumentPageTextView.cs
- UrlPath.cs
- TextDpi.cs
- DataSvcMapFileSerializer.cs
- TextTreeInsertElementUndoUnit.cs
- DataKeyCollection.cs
- SqlExpressionNullability.cs
- RectConverter.cs
- EmptyEnumerable.cs
- PcmConverter.cs
- TextBoxBase.cs
- HostingEnvironment.cs
- SafeHandles.cs
- Subset.cs
- RandomDelaySendsAsyncResult.cs
- SynchronousChannelMergeEnumerator.cs
- Deflater.cs
- RSAOAEPKeyExchangeFormatter.cs
- Transform3D.cs
- OutputScope.cs
- LongPath.cs
- TextRunTypographyProperties.cs
- RefreshEventArgs.cs
- TextLineResult.cs
- HwndSource.cs
- EditableTreeList.cs
- DataGridViewEditingControlShowingEventArgs.cs
- SafeRightsManagementEnvironmentHandle.cs
- DependencyPropertyConverter.cs
- WebBrowserContainer.cs
- DataServiceHostWrapper.cs
- TextServicesDisplayAttribute.cs
- SyndicationSerializer.cs
- SatelliteContractVersionAttribute.cs
- DeflateStream.cs
- XPathScanner.cs
- EnumerableCollectionView.cs
- PropertyBuilder.cs
- BuildProviderCollection.cs
- SystemIPv4InterfaceProperties.cs
- QueryComponents.cs
- CodeMemberProperty.cs
- LastQueryOperator.cs
- DataGridViewCellStyleConverter.cs
- HtmlInputImage.cs
- ReadOnlyCollection.cs
- DBCSCodePageEncoding.cs
- EncryptedPackage.cs
- SessionIDManager.cs
- FixedSOMFixedBlock.cs
- TrackingProfileCache.cs