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
- ACL.cs
- Pair.cs
- LineUtil.cs
- CacheChildrenQuery.cs
- ContainerUtilities.cs
- WebPartDisplayModeCancelEventArgs.cs
- _CommandStream.cs
- GridErrorDlg.cs
- CustomErrorsSection.cs
- DurationConverter.cs
- MenuCommand.cs
- SubMenuStyleCollection.cs
- RtfNavigator.cs
- PropertyToken.cs
- SymLanguageType.cs
- HandlerMappingMemo.cs
- TabItemWrapperAutomationPeer.cs
- RbTree.cs
- ProxyHelper.cs
- BufferedOutputStream.cs
- CodeAccessPermission.cs
- GridViewCommandEventArgs.cs
- DataTableMapping.cs
- ProcessHostMapPath.cs
- ProtocolsSection.cs
- sqlmetadatafactory.cs
- ConnectionPointCookie.cs
- ThreadStateException.cs
- SafeNativeMethodsOther.cs
- MethodBuilderInstantiation.cs
- WebPartConnectVerb.cs
- PersonalizationState.cs
- BrowserCapabilitiesCodeGenerator.cs
- FullTextState.cs
- EntityDataSourceSelectedEventArgs.cs
- MediaPlayer.cs
- COM2Enum.cs
- SqlUtils.cs
- CategoryAttribute.cs
- SafeNativeMethods.cs
- SecurityDocument.cs
- PropertyItem.cs
- DBSqlParserTable.cs
- FormsAuthenticationCredentials.cs
- WebPartUserCapability.cs
- CaseExpr.cs
- RegexRunnerFactory.cs
- AttributeInfo.cs
- SelectionEditingBehavior.cs
- MetadataItem_Static.cs
- FileChangesMonitor.cs
- SqlUserDefinedAggregateAttribute.cs
- XamlStyleSerializer.cs
- DecimalConverter.cs
- HandledEventArgs.cs
- DomNameTable.cs
- GradientSpreadMethodValidation.cs
- ByteAnimationBase.cs
- GroupDescription.cs
- FixedFindEngine.cs
- LoginCancelEventArgs.cs
- SecureEnvironment.cs
- ProcessModelSection.cs
- EventToken.cs
- CallbackValidator.cs
- CodeCompileUnit.cs
- MaterializeFromAtom.cs
- OdbcCommand.cs
- ToolZoneDesigner.cs
- SubtreeProcessor.cs
- GridItemPattern.cs
- MasterPageParser.cs
- Border.cs
- VisualBrush.cs
- PrivateFontCollection.cs
- TemplateControl.cs
- oledbmetadatacolumnnames.cs
- MapPathBasedVirtualPathProvider.cs
- XmlSchemaCompilationSettings.cs
- Authorization.cs
- COM2PictureConverter.cs
- TreeWalker.cs
- PermissionSetEnumerator.cs
- PictureBox.cs
- Win32.cs
- MissingManifestResourceException.cs
- OleDbFactory.cs
- Vector3D.cs
- DateTimeConverter.cs
- EditorZoneDesigner.cs
- Int32Rect.cs
- CodeMemberProperty.cs
- FunctionDescription.cs
- ThreadAttributes.cs
- DesignerVerbCollection.cs
- MouseGesture.cs
- Bits.cs
- TextRangeProviderWrapper.cs
- CalendarDateRange.cs
- TraceLevelStore.cs