Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewTableCell.cs / 1305376 / ListViewTableCell.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; namespace System.Web.UI.WebControls { ////// Summary description for ListViewTableCell /// internal class ListViewTableCell : HtmlTableCell { public ListViewTableCell() { } protected override ControlCollection CreateControlCollection() { return new ControlCollection(this); } protected internal override void Render(HtmlTextWriter writer) { RenderChildren(writer); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; namespace System.Web.UI.WebControls { ////// Summary description for ListViewTableCell /// internal class ListViewTableCell : HtmlTableCell { public ListViewTableCell() { } protected override ControlCollection CreateControlCollection() { return new ControlCollection(this); } protected internal override void Render(HtmlTextWriter writer) { RenderChildren(writer); } } } // 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
- AngleUtil.cs
- FixedSOMTable.cs
- EmbeddedObject.cs
- DataGridViewUtilities.cs
- webproxy.cs
- AccessText.cs
- NonClientArea.cs
- XmlSignificantWhitespace.cs
- PrintPreviewDialog.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- ConstantExpression.cs
- AdapterUtil.cs
- Style.cs
- FeatureSupport.cs
- KeyGestureValueSerializer.cs
- ParentQuery.cs
- AssertUtility.cs
- BridgeDataRecord.cs
- TreeNodeStyle.cs
- StrokeNodeEnumerator.cs
- PropertyEmitterBase.cs
- SplitContainer.cs
- SelectiveScrollingGrid.cs
- VBIdentifierTrimConverter.cs
- Win32MouseDevice.cs
- HostExecutionContextManager.cs
- SapiRecognizer.cs
- ClassicBorderDecorator.cs
- DiscreteKeyFrames.cs
- XmlMtomWriter.cs
- ToolStripProgressBar.cs
- RepeaterItemEventArgs.cs
- OneToOneMappingSerializer.cs
- DataGridCellItemAutomationPeer.cs
- AlphaSortedEnumConverter.cs
- Rect.cs
- Table.cs
- Util.cs
- OverflowException.cs
- storepermission.cs
- ExitEventArgs.cs
- CompilerParameters.cs
- TimeStampChecker.cs
- DataException.cs
- PagedDataSource.cs
- XmlnsDefinitionAttribute.cs
- ConnectAlgorithms.cs
- ObjectNavigationPropertyMapping.cs
- DataError.cs
- SqlLiftIndependentRowExpressions.cs
- SeverityFilter.cs
- PasswordBox.cs
- DispatcherFrame.cs
- ChangeInterceptorAttribute.cs
- _DigestClient.cs
- CatalogZoneBase.cs
- ClientSettingsSection.cs
- HierarchicalDataSourceControl.cs
- AssemblyBuilder.cs
- Span.cs
- Tool.cs
- InvalidWMPVersionException.cs
- QueryStringHandler.cs
- SapiRecoContext.cs
- NullableIntSumAggregationOperator.cs
- BinHexEncoder.cs
- SystemDropShadowChrome.cs
- DragEvent.cs
- EntityKeyElement.cs
- AccessibilityHelperForXpWin2k3.cs
- Matrix3DStack.cs
- DataSourceXmlSerializationAttribute.cs
- CardSpacePolicyElement.cs
- XmlBaseReader.cs
- StrongTypingException.cs
- XmlAttributes.cs
- SiteMapNodeItem.cs
- ClientUtils.cs
- TableAdapterManagerGenerator.cs
- ProcessExitedException.cs
- HttpCachePolicyWrapper.cs
- ChildTable.cs
- webclient.cs
- DataSvcMapFileSerializer.cs
- GridViewRowCollection.cs
- SByteStorage.cs
- WbmpConverter.cs
- UnsafeNativeMethods.cs
- COM2EnumConverter.cs
- WinFormsComponentEditor.cs
- UInt32Converter.cs
- HtmlForm.cs
- ReadOnlyNameValueCollection.cs
- FileEnumerator.cs
- XmlDataSource.cs
- XmlRootAttribute.cs
- WebPartCloseVerb.cs
- Thread.cs
- PageVisual.cs
- ApplicationFileParser.cs