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
- ThreadStateException.cs
- SecurityTokenParametersEnumerable.cs
- PageThemeBuildProvider.cs
- SignedPkcs7.cs
- Logging.cs
- InvokeProviderWrapper.cs
- Transform3D.cs
- ToolStripRendererSwitcher.cs
- WebControlsSection.cs
- RenameRuleObjectDialog.cs
- Helpers.cs
- SQLInt16Storage.cs
- IriParsingElement.cs
- ReliabilityContractAttribute.cs
- Drawing.cs
- CorrelationQuery.cs
- DEREncoding.cs
- TemplatedMailWebEventProvider.cs
- ReadOnlyDictionary.cs
- Viewport3DAutomationPeer.cs
- EntityProviderServices.cs
- ContainerControl.cs
- SqlAliaser.cs
- DefaultTraceListener.cs
- TraceContextRecord.cs
- AccessorTable.cs
- CurrentChangingEventArgs.cs
- SecurityHeaderLayout.cs
- XmlUtf8RawTextWriter.cs
- CryptoApi.cs
- ParserContext.cs
- DisplayNameAttribute.cs
- DelimitedListTraceListener.cs
- BaseDataBoundControlDesigner.cs
- FontFaceLayoutInfo.cs
- EditingMode.cs
- GPPOINTF.cs
- TableLayoutPanelCodeDomSerializer.cs
- CryptoProvider.cs
- PassportPrincipal.cs
- KoreanCalendar.cs
- KeyInterop.cs
- CqlLexer.cs
- HttpApplication.cs
- SerializationAttributes.cs
- UInt64Converter.cs
- DataObjectCopyingEventArgs.cs
- ProxyWebPart.cs
- XmlSchemaComplexType.cs
- Renderer.cs
- RepeatButton.cs
- BulletChrome.cs
- UTF32Encoding.cs
- DataGridRelationshipRow.cs
- XmlnsCompatibleWithAttribute.cs
- PropertyStore.cs
- ADMembershipUser.cs
- BuilderPropertyEntry.cs
- PropertyChangedEventArgs.cs
- SetState.cs
- IdentityModelStringsVersion1.cs
- Bezier.cs
- WebPartConnectionsEventArgs.cs
- BinaryMethodMessage.cs
- StrongNameUtility.cs
- mil_sdk_version.cs
- EnumType.cs
- LazyTextWriterCreator.cs
- ResourcesChangeInfo.cs
- Pair.cs
- WebControlParameterProxy.cs
- CalendarDay.cs
- ColumnMapVisitor.cs
- ToolStripItemGlyph.cs
- SchemaDeclBase.cs
- Expressions.cs
- WebExceptionStatus.cs
- XmlQueryTypeFactory.cs
- ComplexTypeEmitter.cs
- DeviceFilterEditorDialog.cs
- InternalPermissions.cs
- NextPreviousPagerField.cs
- TypePropertyEditor.cs
- MarkupCompilePass2.cs
- Property.cs
- IconBitmapDecoder.cs
- ConfigurationFileMap.cs
- TrackingMemoryStreamFactory.cs
- SqlCaseSimplifier.cs
- GenericQueueSurrogate.cs
- XDeferredAxisSource.cs
- SmiMetaDataProperty.cs
- FontSource.cs
- UserControlFileEditor.cs
- WebConfigurationHost.cs
- SecurityException.cs
- TransformProviderWrapper.cs
- SatelliteContractVersionAttribute.cs
- AttributeSetAction.cs
- GeneralTransform2DTo3D.cs