Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UrlMappingsModule.cs
- CatalogZoneBase.cs
- BasicExpandProvider.cs
- ConnectorRouter.cs
- BinaryNode.cs
- BitmapFrameDecode.cs
- TdsValueSetter.cs
- __TransparentProxy.cs
- SoapWriter.cs
- XPathEmptyIterator.cs
- ServicesExceptionNotHandledEventArgs.cs
- SchemaMerger.cs
- JumpTask.cs
- SecurityDocument.cs
- PageTheme.cs
- CodeLinePragma.cs
- Image.cs
- AdapterDictionary.cs
- LocalizableResourceBuilder.cs
- ZipIOLocalFileBlock.cs
- ColorInterpolationModeValidation.cs
- CookieParameter.cs
- UpdateTracker.cs
- TemplatedAdorner.cs
- AssociationProvider.cs
- Sql8ConformanceChecker.cs
- EventToken.cs
- NegationPusher.cs
- RemoveStoryboard.cs
- Interlocked.cs
- _CookieModule.cs
- TextSpanModifier.cs
- URLIdentityPermission.cs
- NamespaceMapping.cs
- FilteredAttributeCollection.cs
- Menu.cs
- XPathDocumentBuilder.cs
- ForEachAction.cs
- MetadataArtifactLoaderComposite.cs
- XPathAncestorIterator.cs
- DetailsViewRowCollection.cs
- NonBatchDirectoryCompiler.cs
- Int16AnimationBase.cs
- AbsoluteQuery.cs
- sqlstateclientmanager.cs
- ComponentResourceManager.cs
- SHA256Managed.cs
- KeyboardDevice.cs
- PropertyValueChangedEvent.cs
- MemberMaps.cs
- RecordBuilder.cs
- LeaseManager.cs
- PhotoPrintingIntent.cs
- storagemappingitemcollection.viewdictionary.cs
- ChannelTraceRecord.cs
- PopupRootAutomationPeer.cs
- DeviceContexts.cs
- ComplexPropertyEntry.cs
- LocalizedNameDescriptionPair.cs
- TemplatePartAttribute.cs
- OSFeature.cs
- SerializationObjectManager.cs
- Scheduling.cs
- PropertyValueUIItem.cs
- DocComment.cs
- SafeViewOfFileHandle.cs
- TracePayload.cs
- CollectionViewSource.cs
- ConfigurationPermission.cs
- DataServiceExpressionVisitor.cs
- LingerOption.cs
- FileUpload.cs
- ThemeConfigurationDialog.cs
- UpdateTranslator.cs
- WindowsScroll.cs
- BufferBuilder.cs
- ReachDocumentReferenceCollectionSerializer.cs
- DataGridCell.cs
- PropertyMetadata.cs
- PropertyConverter.cs
- SynchronizationLockException.cs
- DialogWindow.cs
- EventDescriptor.cs
- DirectoryGroupQuery.cs
- StyleConverter.cs
- Point3DConverter.cs
- LoginName.cs
- EventArgs.cs
- AdRotator.cs
- DataGridViewCellConverter.cs
- WorkflowQueueInfo.cs
- Decorator.cs
- BufferBuilder.cs
- LambdaCompiler.Expressions.cs
- XmlTypeMapping.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- Triplet.cs
- sqlser.cs
- ComboBoxItem.cs
- NoClickablePointException.cs