Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewTableCell.cs / 1 / 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
- WebPartHelpVerb.cs
- Action.cs
- ToolStripDropDownClosedEventArgs.cs
- propertytag.cs
- AssociatedControlConverter.cs
- Version.cs
- CodeMemberMethod.cs
- SecurityTokenInclusionMode.cs
- EdmSchemaError.cs
- SecurityKeyType.cs
- NGCSerializerAsync.cs
- XPathSingletonIterator.cs
- FocusWithinProperty.cs
- AmbientValueAttribute.cs
- SafeRegistryHandle.cs
- IDReferencePropertyAttribute.cs
- WebPartDescription.cs
- MailSettingsSection.cs
- WebBrowserSiteBase.cs
- GraphicsContext.cs
- mda.cs
- XNameTypeConverter.cs
- InvalidFilterCriteriaException.cs
- ToolStripPanelRenderEventArgs.cs
- DoubleLink.cs
- SatelliteContractVersionAttribute.cs
- TagMapCollection.cs
- FixedPageStructure.cs
- OperatorExpressions.cs
- StandardTransformFactory.cs
- IntSecurity.cs
- Permission.cs
- ConfigXmlAttribute.cs
- ErrorHandler.cs
- Quad.cs
- Path.cs
- PathFigureCollectionValueSerializer.cs
- Table.cs
- SQLUtility.cs
- WebScriptMetadataFormatter.cs
- GridViewColumn.cs
- SplitterCancelEvent.cs
- ByteStack.cs
- HMACSHA384.cs
- DynamicDataManager.cs
- HtmlTable.cs
- LineGeometry.cs
- ColumnMap.cs
- nulltextnavigator.cs
- ImportCatalogPart.cs
- ZoomPercentageConverter.cs
- PopupRoot.cs
- LayoutEditorPart.cs
- SoapIgnoreAttribute.cs
- MeshGeometry3D.cs
- MDIWindowDialog.cs
- IndependentlyAnimatedPropertyMetadata.cs
- SingleObjectCollection.cs
- WizardStepCollectionEditor.cs
- ImageList.cs
- httpserverutility.cs
- HttpCacheVaryByContentEncodings.cs
- Lasso.cs
- WebPartExportVerb.cs
- RadioButton.cs
- ReachVisualSerializer.cs
- ComPlusTypeLoader.cs
- ExpressionBuilderContext.cs
- PolicyLevel.cs
- AuthStoreRoleProvider.cs
- DeploymentSection.cs
- GroupBox.cs
- RenderData.cs
- ToolStripDropTargetManager.cs
- SHA384Managed.cs
- Part.cs
- LateBoundBitmapDecoder.cs
- TableItemStyle.cs
- FormsAuthenticationModule.cs
- documentation.cs
- SecurityDescriptor.cs
- TextEditorCopyPaste.cs
- XmlDomTextWriter.cs
- DirectionalLight.cs
- Assembly.cs
- SQLInt16.cs
- SingleObjectCollection.cs
- Compiler.cs
- XamlStyleSerializer.cs
- HtmlHistory.cs
- MLangCodePageEncoding.cs
- BitmapEffectInput.cs
- PrePostDescendentsWalker.cs
- RTLAwareMessageBox.cs
- DelegateHelpers.cs
- xml.cs
- UInt64Converter.cs
- DeviceOverridableAttribute.cs
- GuidelineCollection.cs
- MethodCallConverter.cs