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
- Guid.cs
- ListDictionary.cs
- BinaryFormatterWriter.cs
- Funcletizer.cs
- SqlAggregateChecker.cs
- NamedObject.cs
- ObjRef.cs
- DashStyle.cs
- DefaultValueMapping.cs
- XmlBuffer.cs
- Transform3DCollection.cs
- SqlTypeConverter.cs
- ManifestResourceInfo.cs
- DispatchWrapper.cs
- FrameworkElementFactory.cs
- CodeAssignStatement.cs
- VirtualizingPanel.cs
- DataGridViewTopLeftHeaderCell.cs
- HtmlInputReset.cs
- SigningProgress.cs
- GridViewItemAutomationPeer.cs
- CalendarItem.cs
- x509store.cs
- DodSequenceMerge.cs
- EdmItemError.cs
- ThemeInfoAttribute.cs
- ImmutableObjectAttribute.cs
- GeneralTransform3DGroup.cs
- TextBoxView.cs
- BaseTemplateCodeDomTreeGenerator.cs
- XPathDocumentIterator.cs
- ToolStripArrowRenderEventArgs.cs
- Serializer.cs
- DSASignatureFormatter.cs
- DbInsertCommandTree.cs
- SystemIcons.cs
- ExtensionQuery.cs
- DbgUtil.cs
- XmlParserContext.cs
- Token.cs
- XXXInfos.cs
- ActivityExecutionWorkItem.cs
- ReaderOutput.cs
- Enum.cs
- AuthenticateEventArgs.cs
- RenameRuleObjectDialog.Designer.cs
- ErrorWrapper.cs
- StickyNote.cs
- ThemeConfigurationDialog.cs
- GenerateScriptTypeAttribute.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- EventWaitHandle.cs
- DynamicControlParameter.cs
- DataTableClearEvent.cs
- OdbcUtils.cs
- PageAdapter.cs
- UnsafeNativeMethods.cs
- AnonymousIdentificationModule.cs
- MaskDescriptor.cs
- FormatConvertedBitmap.cs
- XmlHierarchicalDataSourceView.cs
- xmlfixedPageInfo.cs
- HtmlInputReset.cs
- DynamicRenderer.cs
- FontStyle.cs
- MappingMetadataHelper.cs
- documentsequencetextview.cs
- NonSerializedAttribute.cs
- ILGenerator.cs
- TrackingServices.cs
- Panel.cs
- OrderPreservingPipeliningMergeHelper.cs
- DetailsView.cs
- Accessors.cs
- ByteAnimationBase.cs
- OleDbParameter.cs
- EnterpriseServicesHelper.cs
- CrossAppDomainChannel.cs
- TagPrefixAttribute.cs
- ObjectTag.cs
- DataGridLinkButton.cs
- SafeUserTokenHandle.cs
- IPipelineRuntime.cs
- DependencyPropertyKind.cs
- DataGridViewLayoutData.cs
- DataServiceKeyAttribute.cs
- DataColumnChangeEvent.cs
- CopyAction.cs
- VersionedStream.cs
- CryptoKeySecurity.cs
- _LoggingObject.cs
- InputScopeNameConverter.cs
- MinimizableAttributeTypeConverter.cs
- FrameworkElement.cs
- ScaleTransform3D.cs
- PointHitTestResult.cs
- EnumValidator.cs
- DoubleAverageAggregationOperator.cs
- GridViewDeleteEventArgs.cs
- EventQueueState.cs