Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / Adapters / DesignerObjectListAdapter.cs / 1305376 / DesignerObjectListAdapter.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 DesignerObjectListAdapter : HtmlObjectListAdapter { 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
- SQLRoleProvider.cs
- LayoutTable.cs
- SpoolingTaskBase.cs
- WebPartConnectionsEventArgs.cs
- TextEditorDragDrop.cs
- CommandField.cs
- XmlValueConverter.cs
- ComboBoxRenderer.cs
- MessageBox.cs
- EncoderReplacementFallback.cs
- GB18030Encoding.cs
- TriggerActionCollection.cs
- ColumnBinding.cs
- X509ChainPolicy.cs
- ThreadTrace.cs
- SingleBodyParameterMessageFormatter.cs
- LogFlushAsyncResult.cs
- DataGridRowAutomationPeer.cs
- StylusCaptureWithinProperty.cs
- GroupBoxRenderer.cs
- ClientFormsAuthenticationCredentials.cs
- QueryIntervalOp.cs
- SafePointer.cs
- InteropBitmapSource.cs
- BindingCollection.cs
- StartUpEventArgs.cs
- NavigationService.cs
- CheckBoxList.cs
- KerberosReceiverSecurityToken.cs
- ContainerSelectorGlyph.cs
- ListItemsPage.cs
- XPathParser.cs
- CopyNamespacesAction.cs
- TreeViewHitTestInfo.cs
- ZoneLinkButton.cs
- RemotingException.cs
- MatchingStyle.cs
- RegularExpressionValidator.cs
- DataGridViewRowConverter.cs
- Completion.cs
- X509ClientCertificateAuthenticationElement.cs
- AssociationTypeEmitter.cs
- XmlSerializerSection.cs
- XmlBindingWorker.cs
- DoubleKeyFrameCollection.cs
- DataList.cs
- XmlNullResolver.cs
- DataView.cs
- Message.cs
- ExpressionBindingCollection.cs
- BaseConfigurationRecord.cs
- HttpInputStream.cs
- Normalization.cs
- BigInt.cs
- DataRowComparer.cs
- EventLog.cs
- RuntimeHandles.cs
- adornercollection.cs
- XPathSelfQuery.cs
- GACMembershipCondition.cs
- XmlSchemaComplexContentExtension.cs
- DataGridItemEventArgs.cs
- URIFormatException.cs
- MetaType.cs
- XsltQilFactory.cs
- HttpListenerResponse.cs
- PageClientProxyGenerator.cs
- TimeSpanValidator.cs
- ProcessThreadCollection.cs
- EntityProviderFactory.cs
- BamlReader.cs
- ButtonBaseAutomationPeer.cs
- ReflectionPermission.cs
- ProfileSection.cs
- PropertyDescriptor.cs
- DefaultPrintController.cs
- ContentElementAutomationPeer.cs
- TextEffect.cs
- DataGridSortCommandEventArgs.cs
- DataGridLength.cs
- TemplateColumn.cs
- MouseActionConverter.cs
- ButtonBaseAutomationPeer.cs
- ResourceKey.cs
- ProviderConnectionPoint.cs
- SQLDateTime.cs
- ControlTemplate.cs
- ClaimTypes.cs
- TextEditorParagraphs.cs
- RelationshipDetailsRow.cs
- CaseCqlBlock.cs
- FormsAuthentication.cs
- ResourceIDHelper.cs
- SqlNamer.cs
- SerialErrors.cs
- input.cs
- InvokeSchedule.cs
- TaskFileService.cs
- OleDbTransaction.cs
- IApplicationTrustManager.cs