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
- GridViewEditEventArgs.cs
- SkewTransform.cs
- DependencyObjectPropertyDescriptor.cs
- CloseCryptoHandleRequest.cs
- UnsafeNativeMethodsTablet.cs
- BorderSidesEditor.cs
- Animatable.cs
- RelationalExpressions.cs
- RequestTimeoutManager.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- XmlTextAttribute.cs
- IsolatedStorageFileStream.cs
- CallSiteBinder.cs
- Transactions.cs
- WebResourceAttribute.cs
- followingquery.cs
- SystemColors.cs
- EntityDataSourceDesignerHelper.cs
- ControlTemplate.cs
- NativeObjectSecurity.cs
- MULTI_QI.cs
- NamespaceMapping.cs
- XmlSchemaAppInfo.cs
- CqlParser.cs
- Table.cs
- codemethodreferenceexpression.cs
- SQLMoneyStorage.cs
- DoubleAnimationUsingKeyFrames.cs
- CompletedAsyncResult.cs
- EmptyReadOnlyDictionaryInternal.cs
- LiteralDesigner.cs
- EmbeddedMailObjectsCollection.cs
- SmiRecordBuffer.cs
- TextBoxDesigner.cs
- DataGridViewButtonColumn.cs
- LayoutEngine.cs
- XmlDictionaryString.cs
- ErrorProvider.cs
- XmlReader.cs
- SystemResourceKey.cs
- ApplicationDirectory.cs
- NameTable.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- _NestedSingleAsyncResult.cs
- SpAudioStreamWrapper.cs
- ReadOnlyHierarchicalDataSource.cs
- RsaSecurityTokenParameters.cs
- ServicePointManagerElement.cs
- RelationshipWrapper.cs
- PropertyGridDesigner.cs
- DataGridRelationshipRow.cs
- NotificationContext.cs
- GridView.cs
- StorageTypeMapping.cs
- ResourceWriter.cs
- unsafenativemethodsother.cs
- IOException.cs
- OracleConnectionString.cs
- PerfCounterSection.cs
- Base64Decoder.cs
- PageRequestManager.cs
- CheckBoxBaseAdapter.cs
- Terminate.cs
- OperationGenerator.cs
- WindowsRichEditRange.cs
- SqlFormatter.cs
- PingReply.cs
- DesignerOptions.cs
- SubclassTypeValidatorAttribute.cs
- DodSequenceMerge.cs
- DataGridViewLinkCell.cs
- ArrangedElement.cs
- VisualCollection.cs
- TrackPointCollection.cs
- FrameworkContentElement.cs
- StatusBarDrawItemEvent.cs
- ChannelOptions.cs
- EntityConnectionStringBuilderItem.cs
- DisposableCollectionWrapper.cs
- DropDownButton.cs
- DefaultHttpHandler.cs
- ReaderOutput.cs
- AncestorChangedEventArgs.cs
- QualificationDataAttribute.cs
- SettingsAttributes.cs
- OdbcDataAdapter.cs
- MailBnfHelper.cs
- ApplicationServiceManager.cs
- ClockGroup.cs
- CallId.cs
- InvalidPrinterException.cs
- XmlMessageFormatter.cs
- HttpWebRequest.cs
- PropertyBuilder.cs
- SecurityException.cs
- SByteStorage.cs
- RectangleHotSpot.cs
- AtomServiceDocumentSerializer.cs
- TemplateInstanceAttribute.cs
- Freezable.cs