Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / AdRotatorDesigner.cs / 1305376 / AdRotatorDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Web.UI.MobileControls; using System.Web.UI.MobileControls.Adapters; using System.Web.UI.Design.MobileControls.Adapters; ////// ////// Provides design-time support for the ////// mobile control. /// [ 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 AdRotatorDesigner : MobileControlDesigner { private System.Web.UI.MobileControls.AdRotator _adRotator; public override void Initialize(IComponent component) { Debug.Assert(component is System.Web.UI.MobileControls.AdRotator, "AdRotatorDesigner.Initialize - Invalid AdRotator Control"); _adRotator = (System.Web.UI.MobileControls.AdRotator) component; base.Initialize(component); } protected override String GetDesignTimeNormalHtml() { DesignerTextWriter writer = new DesignerTextWriter(); _adRotator.Adapter.Render(writer); return writer.ToString(); } } } // 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
- SqlProfileProvider.cs
- StreamUpdate.cs
- TagMapInfo.cs
- WebPartVerbsEventArgs.cs
- MD5.cs
- ParameterReplacerVisitor.cs
- DLinqDataModelProvider.cs
- MonthCalendar.cs
- MsmqTransportBindingElement.cs
- Int16Converter.cs
- MouseActionValueSerializer.cs
- WindowsStreamSecurityElement.cs
- KeyboardNavigation.cs
- PingOptions.cs
- ConditionalWeakTable.cs
- Cursors.cs
- OledbConnectionStringbuilder.cs
- ClientProxyGenerator.cs
- ITextView.cs
- DbConnectionPoolGroupProviderInfo.cs
- Dump.cs
- MarshalByValueComponent.cs
- RowVisual.cs
- Transform3D.cs
- ActivityDesigner.cs
- XmlSchemaAnnotation.cs
- DbSetClause.cs
- SafePointer.cs
- HtmlTernaryTree.cs
- SapiRecoInterop.cs
- SoapEnvelopeProcessingElement.cs
- DeferredSelectedIndexReference.cs
- UserControl.cs
- MultiBindingExpression.cs
- PtsPage.cs
- WhitespaceSignificantCollectionAttribute.cs
- HierarchicalDataBoundControlAdapter.cs
- CorrelationKey.cs
- XmlSyndicationContent.cs
- EncoderParameter.cs
- SystemKeyConverter.cs
- ComponentGuaranteesAttribute.cs
- EntityProviderServices.cs
- RequestUriProcessor.cs
- XmlWrappingReader.cs
- DocumentPageHost.cs
- SHA1CryptoServiceProvider.cs
- ConsumerConnectionPointCollection.cs
- MulticastDelegate.cs
- XmlStrings.cs
- FindProgressChangedEventArgs.cs
- RectValueSerializer.cs
- DataSetUtil.cs
- DrawingBrush.cs
- GradientStop.cs
- PanelStyle.cs
- Tuple.cs
- PagerStyle.cs
- VectorAnimationUsingKeyFrames.cs
- DesignerLoader.cs
- SortExpressionBuilder.cs
- Misc.cs
- PagedDataSource.cs
- EventLogPropertySelector.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- GridLength.cs
- DependentList.cs
- SiteIdentityPermission.cs
- Polygon.cs
- UnsignedPublishLicense.cs
- FileSystemInfo.cs
- QueryCacheManager.cs
- SqlTypeSystemProvider.cs
- SynchronizationLockException.cs
- SizeAnimation.cs
- DbMetaDataColumnNames.cs
- Container.cs
- Viewport3DVisual.cs
- XmlNamedNodeMap.cs
- querybuilder.cs
- UserControl.cs
- BitmapPalettes.cs
- X509CertificateClaimSet.cs
- objectresult_tresulttype.cs
- Viewport2DVisual3D.cs
- SubclassTypeValidator.cs
- AssemblySettingAttributes.cs
- CompositeFontFamily.cs
- SQLInt64Storage.cs
- ElementHostAutomationPeer.cs
- SamlEvidence.cs
- EnumConverter.cs
- MarkupWriter.cs
- GridViewDeleteEventArgs.cs
- COAUTHINFO.cs
- Model3DCollection.cs
- ParallelRangeManager.cs
- PermissionAttributes.cs
- ItemList.cs
- HttpWebResponse.cs