Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // // 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
- CacheDependency.cs
- RectangleF.cs
- DataGridViewCellStateChangedEventArgs.cs
- BooleanExpr.cs
- ProjectionCamera.cs
- DataObjectEventArgs.cs
- Size.cs
- Queue.cs
- UseManagedPresentationElement.cs
- UIPermission.cs
- AuthenticatingEventArgs.cs
- SqlRowUpdatedEvent.cs
- TreeNode.cs
- ValidatingReaderNodeData.cs
- GridViewItemAutomationPeer.cs
- Base64Stream.cs
- SmtpCommands.cs
- ClassValidator.cs
- WebPartCancelEventArgs.cs
- ToolStripGripRenderEventArgs.cs
- OdbcUtils.cs
- NativeCppClassAttribute.cs
- StrokeRenderer.cs
- MetafileHeader.cs
- RuntimeEnvironment.cs
- StylusPointPropertyInfoDefaults.cs
- SchemaImporterExtension.cs
- RSAPKCS1KeyExchangeFormatter.cs
- BrowserCapabilitiesFactoryBase.cs
- QilPatternVisitor.cs
- Renderer.cs
- BitmapEffectGroup.cs
- NotifyParentPropertyAttribute.cs
- SqlXml.cs
- dataobject.cs
- SqlDependencyUtils.cs
- FormsAuthenticationConfiguration.cs
- CompModSwitches.cs
- TraceProvider.cs
- DBConcurrencyException.cs
- ExpressionEditor.cs
- ObjectStateManagerMetadata.cs
- Column.cs
- Validator.cs
- OutputCacheProfile.cs
- BaseCodePageEncoding.cs
- X509Certificate2Collection.cs
- RemoteWebConfigurationHost.cs
- BaseInfoTable.cs
- EmbeddedObject.cs
- XmlSignatureManifest.cs
- BitmapEncoder.cs
- ContentIterators.cs
- Button.cs
- DocumentCollection.cs
- NetworkStream.cs
- DataSourceConverter.cs
- SpotLight.cs
- Section.cs
- StringValidator.cs
- MsmqIntegrationProcessProtocolHandler.cs
- Int32Storage.cs
- RegistryConfigurationProvider.cs
- NavigationPropertyEmitter.cs
- DbProviderServices.cs
- LoginDesigner.cs
- FunctionDetailsReader.cs
- GlyphsSerializer.cs
- TileBrush.cs
- ServiceProviders.cs
- DependencyObjectProvider.cs
- TiffBitmapDecoder.cs
- RenderingEventArgs.cs
- TypeProvider.cs
- IdnElement.cs
- SvcMapFileLoader.cs
- __Filters.cs
- RuntimeConfigurationRecord.cs
- OrderPreservingPipeliningSpoolingTask.cs
- DefaultAsyncDataDispatcher.cs
- MethodBody.cs
- EntityClientCacheKey.cs
- AmbientValueAttribute.cs
- ComponentResourceManager.cs
- StoryFragments.cs
- XmlSchemaSimpleType.cs
- Figure.cs
- TreeNodeCollection.cs
- ListViewSortEventArgs.cs
- XmlCountingReader.cs
- ICspAsymmetricAlgorithm.cs
- RegexParser.cs
- WindowsButton.cs
- WebBrowserContainer.cs
- AdornerDecorator.cs
- UrlPath.cs
- SchemaNames.cs
- VariableAction.cs
- IntSecurity.cs
- RawContentTypeMapper.cs