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
- RecognizeCompletedEventArgs.cs
- DataControlPagerLinkButton.cs
- GatewayDefinition.cs
- ConfigurationManagerHelper.cs
- HideDisabledControlAdapter.cs
- ServiceNameCollection.cs
- SmiContext.cs
- ExtensionSimplifierMarkupObject.cs
- ArrayConverter.cs
- MexBindingBindingCollectionElement.cs
- ToolStripGrip.cs
- XmlNodeReader.cs
- GregorianCalendarHelper.cs
- ProtocolsSection.cs
- EncryptedType.cs
- CodeRemoveEventStatement.cs
- clipboard.cs
- ZipIOModeEnforcingStream.cs
- InstanceDataCollection.cs
- StringCollection.cs
- MessageBox.cs
- XmlSchemaAttributeGroupRef.cs
- CustomErrorsSectionWrapper.cs
- MessageEncoder.cs
- XmlWriterTraceListener.cs
- NullableBoolConverter.cs
- DatePickerTextBox.cs
- FloaterParagraph.cs
- DataTablePropertyDescriptor.cs
- SystemResourceKey.cs
- PreviewPrintController.cs
- Interfaces.cs
- TextReader.cs
- CultureInfoConverter.cs
- EventProvider.cs
- ListViewGroupCollectionEditor.cs
- ReverseQueryOperator.cs
- Padding.cs
- XMLDiffLoader.cs
- XXXOnTypeBuilderInstantiation.cs
- ResourcePool.cs
- AgileSafeNativeMemoryHandle.cs
- TextSerializer.cs
- AutomationPatternInfo.cs
- bindurihelper.cs
- TextTreeFixupNode.cs
- InvokeBinder.cs
- Msec.cs
- SQLInt64.cs
- RemotingConfigParser.cs
- DataControlFieldCell.cs
- base64Transforms.cs
- GridView.cs
- TypedElement.cs
- OdbcConnectionHandle.cs
- SoapSchemaMember.cs
- ZoneIdentityPermission.cs
- NameSpaceExtractor.cs
- XmlMtomReader.cs
- XmlDownloadManager.cs
- StrokeNodeOperations2.cs
- TextBlock.cs
- FamilyTypeface.cs
- TypeDependencyAttribute.cs
- QueryPageSettingsEventArgs.cs
- Window.cs
- ChtmlTextWriter.cs
- Empty.cs
- Parser.cs
- ObjectItemAttributeAssemblyLoader.cs
- WindowsScroll.cs
- OpacityConverter.cs
- ReferenceSchema.cs
- SwitchElementsCollection.cs
- ComponentConverter.cs
- ServiceRouteHandler.cs
- ConfigXmlCDataSection.cs
- TextEditorCopyPaste.cs
- JsonReader.cs
- CompiledQuery.cs
- SettingsContext.cs
- MediaElementAutomationPeer.cs
- WriteFileContext.cs
- CodePrimitiveExpression.cs
- CmsInterop.cs
- IndentTextWriter.cs
- PixelFormat.cs
- HtmlControl.cs
- StateItem.cs
- HttpRequest.cs
- QuestionEventArgs.cs
- BaseDataListActionList.cs
- PathTooLongException.cs
- shaperfactory.cs
- SchemaImporter.cs
- CollectionExtensions.cs
- SqlFunctions.cs
- ClaimComparer.cs
- dataprotectionpermission.cs
- ExcCanonicalXml.cs