Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / MobileUserControlDesigner.cs / 1305376 / MobileUserControlDesigner.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Web.UI; using System.Web.UI.Design.MobileControls; using System.Web.UI.MobileControls; [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 MobileUserControlDesigner : ControlDesigner { internal MobileUserControlDesigner() { ShouldCodeSerialize = false; } ////// public override bool AllowResize { get { return false; } } // Displays the userControl using a simple placeholder like V1. public override string GetDesignTimeHtml() { return CreatePlaceHolderDesignTimeHtml(); } public override string GetPersistenceContent() { return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets a value indicating whether all user controls are resizeable. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Content.cs
- DataGridBeginningEditEventArgs.cs
- ItemCheckEvent.cs
- ToolStripRenderEventArgs.cs
- Identity.cs
- ClientUtils.cs
- KeyValuePair.cs
- SelectionEditingBehavior.cs
- EnterpriseServicesHelper.cs
- ParameterDataSourceExpression.cs
- XmlNullResolver.cs
- AspCompat.cs
- TabletDevice.cs
- SyndicationSerializer.cs
- TriState.cs
- ProvideValueServiceProvider.cs
- Timer.cs
- StringComparer.cs
- XmlBinaryWriter.cs
- HistoryEventArgs.cs
- CreateUserWizardStep.cs
- LabelLiteral.cs
- IPAddress.cs
- SizeAnimationBase.cs
- Baml2006SchemaContext.cs
- SqlDataSource.cs
- FormViewDeleteEventArgs.cs
- DataGridSortCommandEventArgs.cs
- RadioButtonPopupAdapter.cs
- FormsAuthenticationCredentials.cs
- StickyNoteHelper.cs
- Evidence.cs
- WinFormsSpinner.cs
- EntityClientCacheKey.cs
- DataSourceProvider.cs
- SoapFormatter.cs
- MobileControlsSectionHelper.cs
- QueryExtender.cs
- Cursor.cs
- DesignerLoader.cs
- SelectionPattern.cs
- IndexOutOfRangeException.cs
- CodeVariableDeclarationStatement.cs
- SpotLight.cs
- XPathSingletonIterator.cs
- _Rfc2616CacheValidators.cs
- Parsers.cs
- PeerSecurityManager.cs
- BasicViewGenerator.cs
- ExpandCollapseProviderWrapper.cs
- ContentType.cs
- Module.cs
- PropertyChange.cs
- Win32PrintDialog.cs
- TextSelectionProcessor.cs
- IntSecurity.cs
- DataViewSettingCollection.cs
- ZoneIdentityPermission.cs
- brushes.cs
- AuthenticationServiceManager.cs
- ObjectStateFormatter.cs
- ObjRef.cs
- RadioButtonAutomationPeer.cs
- MouseActionConverter.cs
- MailFileEditor.cs
- Events.cs
- FixedPageStructure.cs
- Gdiplus.cs
- JpegBitmapEncoder.cs
- shaperfactoryquerycachekey.cs
- Environment.cs
- ObjectConverter.cs
- ArraySet.cs
- Formatter.cs
- DeviceContext.cs
- ScalarType.cs
- ContentElement.cs
- ActivityCodeDomSerializer.cs
- DetailsViewRowCollection.cs
- SizeAnimation.cs
- OperatingSystem.cs
- RangeValidator.cs
- PerformanceCounterCategory.cs
- webproxy.cs
- AudioSignalProblemOccurredEventArgs.cs
- Zone.cs
- UnsafeNativeMethods.cs
- BitmapEffectGroup.cs
- _BaseOverlappedAsyncResult.cs
- DiscoveryEndpointValidator.cs
- LiteralLink.cs
- ConditionedDesigner.cs
- PageThemeCodeDomTreeGenerator.cs
- GenericRootAutomationPeer.cs
- RuleRefElement.cs
- XPathScanner.cs
- WebPartEditVerb.cs
- GridViewCommandEventArgs.cs
- ToolStripPanel.cs
- AnnotationMap.cs