Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / ListComponentEditor.cs / 1305376 / ListComponentEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design.MobileControls { using System; using System.ComponentModel; using System.Diagnostics; using System.Web.UI.MobileControls; using System.Windows.Forms.Design; ////// ////// Provides a component editor for a Mobile List ////// 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 ListComponentEditor : BaseTemplatedMobileComponentEditor { // The set of pages used within the List ComponentEditor private static Type[] _editorPages = new Type[] { typeof(ListGeneralPage), typeof(ListItemsPage) }; internal const int IDX_GENERAL = 0; internal const int IDX_ITEMS = 1; /// /// public ListComponentEditor() : base(IDX_GENERAL) { } ////// Initializes a new instance of ///. /// /// /// /// The index of the initial page. /// public ListComponentEditor(int initialPage) : base(initialPage) { } ////// Initializes a new instance of ///. /// /// ////// Gets the set of all pages in the ////// . /// /// ////// An array consisting of the set of component editor pages. /// ////// protected override Type[] GetComponentEditorPages() { return _editorPages; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// This method may /// be overridden to change the set of pages to show. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- JsonSerializer.cs
- SpecialTypeDataContract.cs
- ServicePointManager.cs
- PointLightBase.cs
- ProgressChangedEventArgs.cs
- ObjectCacheHost.cs
- EdmSchemaAttribute.cs
- _FtpDataStream.cs
- BufferedReadStream.cs
- RecognitionResult.cs
- XmlParser.cs
- IHttpResponseInternal.cs
- ExtenderControl.cs
- SendKeys.cs
- Int32AnimationUsingKeyFrames.cs
- EmptyElement.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- OleDbException.cs
- DbFunctionCommandTree.cs
- TimeZone.cs
- TabItemAutomationPeer.cs
- Interlocked.cs
- WebScriptServiceHost.cs
- RbTree.cs
- WindowsSpinner.cs
- MimeWriter.cs
- BmpBitmapDecoder.cs
- ScalarOps.cs
- DataGridItem.cs
- BuildProvider.cs
- DataTemplate.cs
- Walker.cs
- SourceChangedEventArgs.cs
- PropertyMappingExceptionEventArgs.cs
- IsolatedStoragePermission.cs
- KeySplineConverter.cs
- AutomationFocusChangedEventArgs.cs
- WindowsProgressbar.cs
- CompositeFontInfo.cs
- SqlUserDefinedAggregateAttribute.cs
- PropertyGrid.cs
- DiagnosticTrace.cs
- Trace.cs
- Calendar.cs
- TargetControlTypeAttribute.cs
- DbConnectionPoolGroup.cs
- QueryReaderSettings.cs
- ToolStripContentPanel.cs
- _ConnectStream.cs
- arclist.cs
- ZipPackagePart.cs
- PackageRelationship.cs
- InitializerFacet.cs
- PartitionerStatic.cs
- ManagedWndProcTracker.cs
- RecipientInfo.cs
- InfoCardCryptoHelper.cs
- AQNBuilder.cs
- XmlNamespaceDeclarationsAttribute.cs
- SqlVersion.cs
- InputLangChangeEvent.cs
- WebPartMenu.cs
- QueryStatement.cs
- PieceDirectory.cs
- IImplicitResourceProvider.cs
- CultureInfoConverter.cs
- assemblycache.cs
- FormViewInsertEventArgs.cs
- Rect3DValueSerializer.cs
- fixedPageContentExtractor.cs
- SinglePhaseEnlistment.cs
- JoinSymbol.cs
- ApplicationTrust.cs
- ThicknessAnimationUsingKeyFrames.cs
- PackageDigitalSignatureManager.cs
- RIPEMD160Managed.cs
- CodeRemoveEventStatement.cs
- SystemDiagnosticsSection.cs
- ProfileInfo.cs
- ConnectionStringEditor.cs
- ConfigurationSectionHelper.cs
- IisTraceListener.cs
- RequestValidator.cs
- BinaryNode.cs
- PropertyItemInternal.cs
- TrackingProfileManager.cs
- DBDataPermissionAttribute.cs
- CounterSample.cs
- Underline.cs
- SoapMessage.cs
- XmlAttributeCollection.cs
- ConnectionPoint.cs
- Viewport2DVisual3D.cs
- LocatorPartList.cs
- ProcessHostConfigUtils.cs
- hwndwrapper.cs
- AnnouncementClient.cs
- UInt32.cs
- ContentPresenter.cs
- XmlElementAttribute.cs