Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BamlRecordWriter.cs
- EnumUnknown.cs
- DetailsViewRow.cs
- CodeNamespaceImportCollection.cs
- Errors.cs
- MouseGestureConverter.cs
- ToolBarButtonDesigner.cs
- StateManagedCollection.cs
- DataSourceHelper.cs
- Timer.cs
- ObjectIDGenerator.cs
- DeploymentSection.cs
- StringSource.cs
- FunctionUpdateCommand.cs
- CallbackValidatorAttribute.cs
- IntegerValidatorAttribute.cs
- XmlReturnWriter.cs
- TreeViewHitTestInfo.cs
- UriTemplateLiteralPathSegment.cs
- TableLayoutStyleCollection.cs
- PixelFormatConverter.cs
- FtpRequestCacheValidator.cs
- Console.cs
- ClientScriptManager.cs
- WinInetCache.cs
- TrustManager.cs
- QueryStringParameter.cs
- BinaryFormatter.cs
- WindowsGraphicsCacheManager.cs
- loginstatus.cs
- Util.cs
- TemplateField.cs
- ParallelTimeline.cs
- SessionEndingEventArgs.cs
- SoundPlayerAction.cs
- EDesignUtil.cs
- MatrixAnimationUsingKeyFrames.cs
- DesignOnlyAttribute.cs
- JpegBitmapEncoder.cs
- GPRECT.cs
- DescendantQuery.cs
- KnownTypesHelper.cs
- DataTableMappingCollection.cs
- SqlDataSource.cs
- QilName.cs
- LinkButton.cs
- DateTimeFormat.cs
- SettingsAttributeDictionary.cs
- QueryAccessibilityHelpEvent.cs
- PropertyGeneratedEventArgs.cs
- EmissiveMaterial.cs
- KerberosSecurityTokenProvider.cs
- StyleCollection.cs
- XhtmlConformanceSection.cs
- StateItem.cs
- ResolvedKeyFrameEntry.cs
- HtmlPanelAdapter.cs
- SecurityKeyIdentifier.cs
- RequestCacheEntry.cs
- TextElementAutomationPeer.cs
- MessageDecoder.cs
- ObjectViewEntityCollectionData.cs
- SmiContextFactory.cs
- DeflateEmulationStream.cs
- CodeVariableReferenceExpression.cs
- KeysConverter.cs
- FormClosingEvent.cs
- RoleManagerModule.cs
- RelationshipConverter.cs
- XmlWriter.cs
- ChannelBinding.cs
- LoginAutoFormat.cs
- XmlSchemaAnnotated.cs
- AlphabetConverter.cs
- CachedTypeface.cs
- Processor.cs
- ApplySecurityAndSendAsyncResult.cs
- TypeToken.cs
- SqlGenerator.cs
- Line.cs
- DataMemberConverter.cs
- Encoding.cs
- InvalidPropValue.cs
- LayoutEngine.cs
- EventLogPermissionEntryCollection.cs
- ObjectViewEntityCollectionData.cs
- SessionStateUtil.cs
- HttpStaticObjectsCollectionBase.cs
- PropertiesTab.cs
- TransportChannelListener.cs
- GeometryValueSerializer.cs
- DocumentPage.cs
- SimpleMailWebEventProvider.cs
- DrawingGroup.cs
- Compress.cs
- XamlWrappingReader.cs
- XDRSchema.cs
- ToolBarButton.cs
- Pair.cs
- PerformanceCounterPermissionAttribute.cs