Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / Adapters / DesignerListAdapter.cs / 1305376 / DesignerListAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Diagnostics; using System.Drawing; using System.Web.Mobile; using System.Web.UI.MobileControls; using System.Web.UI.MobileControls.Adapters; namespace System.Web.UI.Design.MobileControls.Adapters { [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class DesignerListAdapter : HtmlListAdapter { public override MobileCapabilities Device { get { return DesignerCapabilities.Instance; } } public override void Render(HtmlMobileTextWriter writer) { writer.WriteBeginTag("div"); ((DesignerTextWriter)writer).WriteDesignerStyleAttributes(Control, Style); writer.Write("\">"); base.Render(writer); writer.WriteEndTag("div"); } } } // 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
- MexHttpsBindingCollectionElement.cs
- ResourceProperty.cs
- versioninfo.cs
- QuerySafeNavigator.cs
- ControlPropertyNameConverter.cs
- BufferedGraphics.cs
- ConnectionOrientedTransportChannelListener.cs
- DependencySource.cs
- KeyToListMap.cs
- DiagnosticEventProvider.cs
- RoamingStoreFileUtility.cs
- HttpContext.cs
- ChangeNode.cs
- XmlName.cs
- GenericUI.cs
- SerializationInfo.cs
- ControlCollection.cs
- CompilerResults.cs
- Bits.cs
- ResourcePool.cs
- PinnedBufferMemoryStream.cs
- XmlAttributeCache.cs
- EntityDataSourceContextCreatingEventArgs.cs
- PriorityRange.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- OdbcTransaction.cs
- Style.cs
- SqlCommand.cs
- Pts.cs
- SystemIcons.cs
- LinqDataView.cs
- ClonableStack.cs
- InfoCardMetadataExchangeClient.cs
- DependencyObject.cs
- ExpressionBuilder.cs
- X509Chain.cs
- SqlVisitor.cs
- Helpers.cs
- HttpHandlersInstallComponent.cs
- Point3DValueSerializer.cs
- BuilderElements.cs
- XComponentModel.cs
- DataGridViewElement.cs
- RuleSetReference.cs
- SystemIcmpV4Statistics.cs
- SimplePropertyEntry.cs
- SoapException.cs
- StyleSheetDesigner.cs
- DbConnectionOptions.cs
- SchemaComplexType.cs
- XmlSchemaValidationException.cs
- HtmlTableCellCollection.cs
- SafeTimerHandle.cs
- FirstMatchCodeGroup.cs
- AnnotationHighlightLayer.cs
- SQLByte.cs
- CFGGrammar.cs
- InputDevice.cs
- OperationFormatter.cs
- ClientScriptManager.cs
- InputScopeConverter.cs
- HuffmanTree.cs
- ListBox.cs
- EventSinkHelperWriter.cs
- OutputBuffer.cs
- InvalidComObjectException.cs
- WebPartCatalogAddVerb.cs
- NativeCompoundFileAPIs.cs
- processwaithandle.cs
- BitmapCacheBrush.cs
- TimelineClockCollection.cs
- Model3DCollection.cs
- CellParagraph.cs
- HtmlTableRow.cs
- PropertyChangeTracker.cs
- StyleSelector.cs
- OptimalTextSource.cs
- Table.cs
- CommonXSendMessage.cs
- Journaling.cs
- ResponseBodyWriter.cs
- CollectionViewGroupRoot.cs
- AccessedThroughPropertyAttribute.cs
- DataKey.cs
- ToolStripAdornerWindowService.cs
- BitmapEffectInput.cs
- ConstructorNeedsTagAttribute.cs
- XmlBinaryReader.cs
- Grant.cs
- StateManagedCollection.cs
- SpotLight.cs
- PointHitTestParameters.cs
- HijriCalendar.cs
- TextStore.cs
- DelimitedListTraceListener.cs
- FreezableOperations.cs
- DataGridViewButtonColumn.cs
- ArrangedElementCollection.cs
- BitmapScalingModeValidation.cs
- EntityCommandDefinition.cs