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
- FormsAuthenticationTicket.cs
- Win32SafeHandles.cs
- ClockController.cs
- ResXBuildProvider.cs
- XmlSchemaValidator.cs
- GroupBoxAutomationPeer.cs
- FormatVersion.cs
- PackagingUtilities.cs
- TabRenderer.cs
- Encoding.cs
- SoapBinding.cs
- RuntimeArgumentHandle.cs
- IPEndPointCollection.cs
- PersonalizationProviderHelper.cs
- SQLInt64Storage.cs
- SizeConverter.cs
- QueryAccessibilityHelpEvent.cs
- TransformProviderWrapper.cs
- HtmlLink.cs
- HostExecutionContextManager.cs
- InlineCollection.cs
- CellTreeNodeVisitors.cs
- ProfilePropertySettings.cs
- ChameleonKey.cs
- HwndTarget.cs
- errorpatternmatcher.cs
- SqlBulkCopy.cs
- TextHidden.cs
- ArrayHelper.cs
- TemplateBindingExtension.cs
- RootContext.cs
- DataTableCollection.cs
- SimpleHandlerFactory.cs
- DesignerAttribute.cs
- InheritablePropertyChangeInfo.cs
- TimersDescriptionAttribute.cs
- EdmFunction.cs
- CharEntityEncoderFallback.cs
- WorkflowPersistenceContext.cs
- Win32MouseDevice.cs
- HebrewCalendar.cs
- BackStopAuthenticationModule.cs
- OdbcHandle.cs
- SqlFormatter.cs
- ApplicationContext.cs
- NamedElement.cs
- ToolboxItemAttribute.cs
- RowTypePropertyElement.cs
- WebEvents.cs
- DataBindEngine.cs
- RefreshPropertiesAttribute.cs
- ConfigurationElementCollection.cs
- CompiledXpathExpr.cs
- SqlRowUpdatedEvent.cs
- XmlSerializerNamespaces.cs
- Helper.cs
- DataGridPagerStyle.cs
- CompilerState.cs
- ServiceReference.cs
- Int32AnimationUsingKeyFrames.cs
- ArrayMergeHelper.cs
- GrammarBuilderRuleRef.cs
- AccessText.cs
- PasswordTextContainer.cs
- NativeMethods.cs
- ClientSession.cs
- SmtpLoginAuthenticationModule.cs
- SiteMapSection.cs
- UpWmlPageAdapter.cs
- ISAPIRuntime.cs
- DataContractSerializerOperationGenerator.cs
- CssTextWriter.cs
- NestedContainer.cs
- CSharpCodeProvider.cs
- TreeBuilderBamlTranslator.cs
- ResourceAssociationSet.cs
- FileBasedResourceGroveler.cs
- MonitoringDescriptionAttribute.cs
- SiteMapSection.cs
- Transactions.cs
- ValuePattern.cs
- QilLiteral.cs
- ValueUnavailableException.cs
- EventManager.cs
- Expressions.cs
- Main.cs
- JoinSymbol.cs
- OpenFileDialog.cs
- OleAutBinder.cs
- Brush.cs
- PrintControllerWithStatusDialog.cs
- TimeoutException.cs
- _TransmitFileOverlappedAsyncResult.cs
- ConfigUtil.cs
- PathFigureCollection.cs
- DependencyObject.cs
- KeyboardEventArgs.cs
- MetricEntry.cs
- Splitter.cs
- Converter.cs