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
- XDeferredAxisSource.cs
- DivideByZeroException.cs
- AppDomainProtocolHandler.cs
- SafeNativeMethodsMilCoreApi.cs
- WsiProfilesElement.cs
- PseudoWebRequest.cs
- GroupJoinQueryOperator.cs
- DataObjectPastingEventArgs.cs
- OwnerDrawPropertyBag.cs
- X500Name.cs
- StandardCommands.cs
- FileDialog_Vista.cs
- BaseProcessor.cs
- AVElementHelper.cs
- MsmqIntegrationProcessProtocolHandler.cs
- RawKeyboardInputReport.cs
- PolicyLevel.cs
- NativeMethods.cs
- MenuAdapter.cs
- RuleRef.cs
- SafeHandles.cs
- MsmqIntegrationBinding.cs
- QueryOpeningEnumerator.cs
- FrameworkPropertyMetadata.cs
- BlurBitmapEffect.cs
- RtfToXamlReader.cs
- Compiler.cs
- BatchParser.cs
- RequestQueue.cs
- ISAPIApplicationHost.cs
- ToolStripCodeDomSerializer.cs
- ToolBarButton.cs
- MediaContext.cs
- XamlBrushSerializer.cs
- ProcessStartInfo.cs
- ThreadAttributes.cs
- EdgeModeValidation.cs
- EntityTypeEmitter.cs
- CreateParams.cs
- TextRange.cs
- AppDomainGrammarProxy.cs
- SecurityDescriptor.cs
- LocalizedNameDescriptionPair.cs
- XmlDocumentFieldSchema.cs
- XamlFrame.cs
- FontNamesConverter.cs
- PackagePartCollection.cs
- AnimatedTypeHelpers.cs
- TextDecorations.cs
- UIElement3DAutomationPeer.cs
- X509UI.cs
- ToolStripTextBox.cs
- HtmlInputText.cs
- DictionarySurrogate.cs
- ThumbButtonInfoCollection.cs
- UnsafeMethods.cs
- TreeViewAutomationPeer.cs
- RegexStringValidatorAttribute.cs
- SubpageParagraph.cs
- TextElementCollection.cs
- TabRenderer.cs
- QueueProcessor.cs
- XsltConvert.cs
- basecomparevalidator.cs
- FixedTextPointer.cs
- ApplicationServiceManager.cs
- TreeNodeBinding.cs
- ProtocolImporter.cs
- ExpressionBuilder.cs
- DrawListViewColumnHeaderEventArgs.cs
- EntityUtil.cs
- CheckBoxBaseAdapter.cs
- EmptyWithCancelationCheckWorkItem.cs
- TypeConverterValueSerializer.cs
- HashCodeCombiner.cs
- WorkflowApplicationUnloadedException.cs
- UrlAuthFailedErrorFormatter.cs
- BmpBitmapEncoder.cs
- pingexception.cs
- DataGridViewLayoutData.cs
- Point4D.cs
- InputScopeAttribute.cs
- BamlStream.cs
- PageOutputQuality.cs
- XmlJsonReader.cs
- RijndaelManagedTransform.cs
- OpenTypeMethods.cs
- MetafileHeader.cs
- Soap.cs
- SectionInformation.cs
- CodeNamespace.cs
- XMLSyntaxException.cs
- MonthChangedEventArgs.cs
- MatrixUtil.cs
- COM2PropertyPageUITypeConverter.cs
- WebColorConverter.cs
- SignedXmlDebugLog.cs
- WeakReadOnlyCollection.cs
- ConversionHelper.cs
- TypeBuilderInstantiation.cs