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
- CompressedStack.cs
- JavaScriptSerializer.cs
- HandlerBase.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- DataGridViewCheckBoxColumn.cs
- LookupNode.cs
- FrameSecurityDescriptor.cs
- DbDeleteCommandTree.cs
- StateManagedCollection.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DropShadowBitmapEffect.cs
- EncodingNLS.cs
- RijndaelManaged.cs
- DefaultSection.cs
- DocumentAutomationPeer.cs
- XmlSchemaDocumentation.cs
- IndentTextWriter.cs
- DnsEndPoint.cs
- DataObjectAttribute.cs
- SizeChangedEventArgs.cs
- Baml2006ReaderFrame.cs
- TrackBarDesigner.cs
- ConfigXmlComment.cs
- CallbackHandler.cs
- AssemblyHash.cs
- Input.cs
- ListBase.cs
- SequenceNumber.cs
- FontUnit.cs
- Cursors.cs
- FontCollection.cs
- dataobject.cs
- Guid.cs
- BaseTemplateBuildProvider.cs
- DocumentReferenceCollection.cs
- SystemFonts.cs
- ViewManager.cs
- MailMessageEventArgs.cs
- XmlCharCheckingReader.cs
- HtmlInputText.cs
- StrongNameIdentityPermission.cs
- HealthMonitoringSectionHelper.cs
- PublishLicense.cs
- MetadataArtifactLoader.cs
- XmlBaseWriter.cs
- TextLineBreak.cs
- ApplicationFileParser.cs
- HttpException.cs
- TextModifier.cs
- MailMessageEventArgs.cs
- StringSorter.cs
- ObjectComplexPropertyMapping.cs
- MatrixAnimationUsingKeyFrames.cs
- BufferManager.cs
- ITextView.cs
- WebPartDisplayModeEventArgs.cs
- RadioButton.cs
- EditorPartChrome.cs
- NotImplementedException.cs
- FolderBrowserDialog.cs
- Animatable.cs
- Mappings.cs
- GetCardDetailsRequest.cs
- login.cs
- ListParagraph.cs
- InfoCard.cs
- EntityCollection.cs
- OleDbCommandBuilder.cs
- Vector3DAnimation.cs
- LockedHandleGlyph.cs
- WebBrowserDocumentCompletedEventHandler.cs
- CompilerInfo.cs
- DataGridViewCellCollection.cs
- ComponentResourceKeyConverter.cs
- RoutedPropertyChangedEventArgs.cs
- NativeMethods.cs
- TextProperties.cs
- cryptoapiTransform.cs
- ClientProtocol.cs
- MessageFilterTable.cs
- GeneratedContractType.cs
- TextRunTypographyProperties.cs
- ReflectionTypeLoadException.cs
- WasEndpointConfigContainer.cs
- OutputScopeManager.cs
- CmsInterop.cs
- FixedTextSelectionProcessor.cs
- SelectionWordBreaker.cs
- DescendantOverDescendantQuery.cs
- ObjectView.cs
- StructureChangedEventArgs.cs
- XmlBaseWriter.cs
- ScriptingWebServicesSectionGroup.cs
- ExceptionUtil.cs
- DataGridViewCheckBoxCell.cs
- DispatchWrapper.cs
- XmlSchemaAny.cs
- GeneralEndpointIdentity.cs
- PatternMatcher.cs
- EventLogger.cs