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
- FrameworkReadOnlyPropertyMetadata.cs
- LoadedOrUnloadedOperation.cs
- MenuItemCollection.cs
- ConstNode.cs
- AstTree.cs
- EventRouteFactory.cs
- DynamicQueryableWrapper.cs
- UrlAuthFailedErrorFormatter.cs
- TextInfo.cs
- UIHelper.cs
- GridViewCellAutomationPeer.cs
- DefaultClaimSet.cs
- RelationshipFixer.cs
- FunctionOverloadResolver.cs
- Axis.cs
- SmtpNegotiateAuthenticationModule.cs
- DocumentOrderQuery.cs
- SHA1CryptoServiceProvider.cs
- DynamicValidator.cs
- BlobPersonalizationState.cs
- SqlException.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- CounterSampleCalculator.cs
- DirectoryNotFoundException.cs
- AsymmetricSecurityProtocolFactory.cs
- JpegBitmapDecoder.cs
- AuthenticationManager.cs
- DataGridCaption.cs
- DocumentOrderQuery.cs
- EntryPointNotFoundException.cs
- BatchWriter.cs
- FlowDocumentPaginator.cs
- ExpressionBuilder.cs
- AppearanceEditorPart.cs
- SqlNamer.cs
- TemplateBindingExpression.cs
- PackWebResponse.cs
- ListViewItemSelectionChangedEvent.cs
- DirtyTextRange.cs
- SafeCryptoHandles.cs
- ObjRef.cs
- HashCryptoHandle.cs
- XmlObjectSerializerWriteContextComplex.cs
- EventItfInfo.cs
- ExpressionNode.cs
- Pair.cs
- WindowsGraphics2.cs
- ScaleTransform3D.cs
- PolicyManager.cs
- BaseCollection.cs
- BaseResourcesBuildProvider.cs
- DataFormat.cs
- SByte.cs
- RegexWorker.cs
- XmlNode.cs
- Attributes.cs
- BitArray.cs
- ExternalException.cs
- TableSectionStyle.cs
- ByteRangeDownloader.cs
- BaseWebProxyFinder.cs
- ServiceModelSectionGroup.cs
- DeferrableContent.cs
- XmlStreamedByteStreamReader.cs
- WebHttpSecurityElement.cs
- DodSequenceMerge.cs
- EventManager.cs
- TextServicesCompartmentEventSink.cs
- WindowsProgressbar.cs
- JapaneseCalendar.cs
- ContextStack.cs
- StringConverter.cs
- Token.cs
- BrushMappingModeValidation.cs
- DecoderReplacementFallback.cs
- ReaderOutput.cs
- PathFigure.cs
- SecurityContextKeyIdentifierClause.cs
- XmlResolver.cs
- SizeConverter.cs
- CommandConverter.cs
- FormClosingEvent.cs
- SingleTagSectionHandler.cs
- SortAction.cs
- StateMachineHistory.cs
- TrustSection.cs
- CodeBlockBuilder.cs
- IntSecurity.cs
- CacheVirtualItemsEvent.cs
- InvokePattern.cs
- IsolatedStorageFile.cs
- HandlerBase.cs
- WebBrowserContainer.cs
- EndpointAddressElementBase.cs
- IisTraceListener.cs
- StoryFragments.cs
- mactripleDES.cs
- HttpProfileGroupBase.cs
- CompilationRelaxations.cs
- SamlAssertionKeyIdentifierClause.cs