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
- GuidelineSet.cs
- MappingException.cs
- RepeatButtonAutomationPeer.cs
- PropertyNames.cs
- OSEnvironmentHelper.cs
- MetadataArtifactLoaderCompositeResource.cs
- SharedRuntimeState.cs
- TemplatedWizardStep.cs
- ResourceType.cs
- SqlCharStream.cs
- Decoder.cs
- StrokeCollection.cs
- Thickness.cs
- CommandEventArgs.cs
- ImageEditor.cs
- ZoneMembershipCondition.cs
- XmlAttribute.cs
- MultipleViewPattern.cs
- ColumnClickEvent.cs
- Confirm.cs
- PrintDocument.cs
- CacheVirtualItemsEvent.cs
- RegexStringValidatorAttribute.cs
- WebZone.cs
- SqlColumnizer.cs
- FormViewPageEventArgs.cs
- RectangleConverter.cs
- X509Chain.cs
- SponsorHelper.cs
- TextEditorLists.cs
- HwndSourceKeyboardInputSite.cs
- SecondaryIndexList.cs
- SequenceFullException.cs
- ObjectDataSourceEventArgs.cs
- XhtmlBasicObjectListAdapter.cs
- LoginView.cs
- SqlConnectionString.cs
- CompositionAdorner.cs
- DocumentCollection.cs
- SerializableAttribute.cs
- Operators.cs
- Mapping.cs
- ISSmlParser.cs
- PackageDocument.cs
- WindowsFormsEditorServiceHelper.cs
- BatchStream.cs
- StatusStrip.cs
- MaskedTextBox.cs
- PropertyChangeTracker.cs
- EnumDataContract.cs
- GenericAuthenticationEventArgs.cs
- Automation.cs
- NavigationService.cs
- Timer.cs
- XamlPoint3DCollectionSerializer.cs
- updateconfighost.cs
- JsonServiceDocumentSerializer.cs
- CssStyleCollection.cs
- PtsCache.cs
- App.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- Schedule.cs
- SqlDataSourceCache.cs
- VisualTreeHelper.cs
- WebConfigurationHost.cs
- FileInfo.cs
- ListViewPagedDataSource.cs
- EventBuilder.cs
- HtmlAnchor.cs
- ProtocolsInstallComponent.cs
- EnumConverter.cs
- ExpressionNormalizer.cs
- XhtmlBasicValidationSummaryAdapter.cs
- ComponentResourceKey.cs
- LinkClickEvent.cs
- ElementAction.cs
- ExceptionUtil.cs
- LabelExpression.cs
- ConsumerConnectionPointCollection.cs
- AccessorTable.cs
- SqlFacetAttribute.cs
- WindowsTab.cs
- BasicCellRelation.cs
- BitmapImage.cs
- DateTime.cs
- AliasedSlot.cs
- OrderedHashRepartitionStream.cs
- MenuItem.cs
- BindingExpressionBase.cs
- DbProviderConfigurationHandler.cs
- PreviousTrackingServiceAttribute.cs
- categoryentry.cs
- XmlReaderSettings.cs
- RangeBaseAutomationPeer.cs
- MonthCalendar.cs
- DockPanel.cs
- MouseOverProperty.cs
- CodeTypeDeclarationCollection.cs
- SqlUnionizer.cs
- Tokenizer.cs