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
- ADRole.cs
- IdentitySection.cs
- FixedSOMLineCollection.cs
- HtmlAnchor.cs
- MenuCommands.cs
- SystemColors.cs
- Visual3D.cs
- DataGridColumn.cs
- NodeFunctions.cs
- UnmanagedBitmapWrapper.cs
- SHA512.cs
- _BaseOverlappedAsyncResult.cs
- TextRunTypographyProperties.cs
- CultureSpecificStringDictionary.cs
- ColumnPropertiesGroup.cs
- PrimaryKeyTypeConverter.cs
- XmlSchemaSimpleTypeUnion.cs
- PageAdapter.cs
- PieceNameHelper.cs
- ExpressionPrefixAttribute.cs
- ServiceAuthorizationManager.cs
- StateWorkerRequest.cs
- ClientSponsor.cs
- MasterPage.cs
- Repeater.cs
- ProviderUtil.cs
- CacheMemory.cs
- SqlUDTStorage.cs
- Publisher.cs
- ActivityMarkupSerializer.cs
- XmlSchemaAnnotation.cs
- GridViewDeleteEventArgs.cs
- SortKey.cs
- QilSortKey.cs
- Command.cs
- WebPartManagerInternals.cs
- ImmutableCollection.cs
- UniformGrid.cs
- PackageDigitalSignatureManager.cs
- OdbcHandle.cs
- ShaderRenderModeValidation.cs
- PenContext.cs
- LayoutEditorPart.cs
- PagerSettings.cs
- EntryPointNotFoundException.cs
- HttpWebRequestElement.cs
- OdbcParameter.cs
- InputElement.cs
- GatewayDefinition.cs
- BrowserCapabilitiesCodeGenerator.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- BindingSource.cs
- ToolStripTextBox.cs
- SqlNotificationEventArgs.cs
- UnsafeNativeMethods.cs
- AssignDesigner.xaml.cs
- HostedHttpRequestAsyncResult.cs
- EventToken.cs
- ImageMap.cs
- ImportedNamespaceContextItem.cs
- CDSCollectionETWBCLProvider.cs
- IdentityNotMappedException.cs
- FileDialog.cs
- TypeConverter.cs
- PromptEventArgs.cs
- WindowsIdentity.cs
- ResetableIterator.cs
- LogWriteRestartAreaAsyncResult.cs
- XmlSequenceWriter.cs
- ConfigurationCollectionAttribute.cs
- WorkflowMessageEventArgs.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- HandlerBase.cs
- OutOfMemoryException.cs
- HotCommands.cs
- Win32SafeHandles.cs
- CngAlgorithm.cs
- PropertyRecord.cs
- ActivityExecutionContext.cs
- ImageBrush.cs
- WindowsFormsSectionHandler.cs
- MimeMapping.cs
- ProfileEventArgs.cs
- Scheduling.cs
- MessageLogTraceRecord.cs
- XsdDataContractImporter.cs
- HttpServerUtilityWrapper.cs
- ScopelessEnumAttribute.cs
- EntityStoreSchemaGenerator.cs
- DataTableNewRowEvent.cs
- HttpCookieCollection.cs
- QilNode.cs
- BamlBinaryReader.cs
- ListViewGroupConverter.cs
- SizeIndependentAnimationStorage.cs
- ScrollBarRenderer.cs
- CommandDesigner.cs
- RectAnimation.cs
- GetChildSubtree.cs
- HostingEnvironmentException.cs