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
- InputEventArgs.cs
- PublisherMembershipCondition.cs
- MatchAttribute.cs
- CodeSnippetCompileUnit.cs
- EnumValAlphaComparer.cs
- ValueConversionAttribute.cs
- StringToken.cs
- Size3DValueSerializer.cs
- SafeSystemMetrics.cs
- RequestCacheManager.cs
- IDispatchConstantAttribute.cs
- RulePatternOps.cs
- WorkflowViewElement.cs
- KnownBoxes.cs
- TreeWalker.cs
- HostingPreferredMapPath.cs
- SequentialOutput.cs
- EntryWrittenEventArgs.cs
- Calendar.cs
- BindValidator.cs
- SchemaComplexType.cs
- BaseTemplateParser.cs
- RelativeSource.cs
- ThousandthOfEmRealDoubles.cs
- BindingWorker.cs
- DataListDesigner.cs
- XPathDocumentNavigator.cs
- TriggerAction.cs
- Win32.cs
- HwndSourceKeyboardInputSite.cs
- Select.cs
- SerializationException.cs
- EntityType.cs
- PagedDataSource.cs
- LoadedEvent.cs
- mda.cs
- ConsoleTraceListener.cs
- EmptyImpersonationContext.cs
- RadioButtonRenderer.cs
- DataListItem.cs
- WorkflowQueueInfo.cs
- MembershipSection.cs
- CodeCastExpression.cs
- Mapping.cs
- BuilderInfo.cs
- Cell.cs
- LogEntryHeaderDeserializer.cs
- metadatamappinghashervisitor.cs
- ToolboxBitmapAttribute.cs
- ReferentialConstraintRoleElement.cs
- Matrix3D.cs
- ADMembershipProvider.cs
- activationcontext.cs
- EdmValidator.cs
- CachedTypeface.cs
- Scene3D.cs
- IfElseDesigner.xaml.cs
- FontDifferentiator.cs
- ExpressionLexer.cs
- RichTextBoxAutomationPeer.cs
- SystemException.cs
- DataContractSet.cs
- HttpApplicationFactory.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- StructuredType.cs
- ASCIIEncoding.cs
- DetailsViewAutoFormat.cs
- odbcmetadatacollectionnames.cs
- MemberAccessException.cs
- CheckBoxField.cs
- WorkflowCommandExtensionItem.cs
- ColumnMapCopier.cs
- GPRECTF.cs
- EmbeddedMailObject.cs
- Parsers.cs
- WebServiceClientProxyGenerator.cs
- DictionarySectionHandler.cs
- KeyManager.cs
- JsonXmlDataContract.cs
- AttachedPropertyMethodSelector.cs
- PersonalizableTypeEntry.cs
- StylusTip.cs
- IteratorDescriptor.cs
- ControlTemplate.cs
- ConnectionPointCookie.cs
- Decimal.cs
- TextBoxBase.cs
- ImageClickEventArgs.cs
- ControlPager.cs
- FontNamesConverter.cs
- StrokeNode.cs
- AnnotationComponentChooser.cs
- XmlWhitespace.cs
- DataSourceXmlClassAttribute.cs
- XmlValueConverter.cs
- ArrayHelper.cs
- SqlDataSource.cs
- Selector.cs
- CustomLineCap.cs
- ValidationRuleCollection.cs