Code:
/ 4.0 / 4.0 / 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. /// ///// 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
- ConnectionManagementSection.cs
- ClassHandlersStore.cs
- util.cs
- PolyBezierSegment.cs
- UIElementParaClient.cs
- IsolatedStorageFileStream.cs
- Soap.cs
- OdbcConnectionStringbuilder.cs
- WindowsStreamSecurityBindingElement.cs
- SQLMoneyStorage.cs
- FontFaceLayoutInfo.cs
- BinaryParser.cs
- Literal.cs
- BuildProviderAppliesToAttribute.cs
- ForwardPositionQuery.cs
- Error.cs
- InputChannelAcceptor.cs
- Types.cs
- CodeArrayIndexerExpression.cs
- panel.cs
- XmlLoader.cs
- LocalIdCollection.cs
- DesignParameter.cs
- Encoding.cs
- LambdaCompiler.Lambda.cs
- DataGridCaption.cs
- PropertyTab.cs
- AssemblyResourceLoader.cs
- ForwardPositionQuery.cs
- AssemblyGen.cs
- ToolboxComponentsCreatedEventArgs.cs
- Pair.cs
- WebPartCollection.cs
- ContextMenuStripGroup.cs
- FillRuleValidation.cs
- DataSourceListEditor.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- GetPageNumberCompletedEventArgs.cs
- InvalidStoreProtectionKeyException.cs
- WindowsListViewItemCheckBox.cs
- XmlRootAttribute.cs
- SQLBoolean.cs
- FindSimilarActivitiesVerb.cs
- OwnerDrawPropertyBag.cs
- XhtmlBasicValidationSummaryAdapter.cs
- OptimalBreakSession.cs
- CurrencyManager.cs
- DocumentAutomationPeer.cs
- DecoderReplacementFallback.cs
- GenerateTemporaryTargetAssembly.cs
- IndentedWriter.cs
- SystemGatewayIPAddressInformation.cs
- FrameAutomationPeer.cs
- XmlSerializer.cs
- CodeGen.cs
- Int64Storage.cs
- ContentPlaceHolder.cs
- InterleavedZipPartStream.cs
- CodeAttributeDeclarationCollection.cs
- ComponentSerializationService.cs
- RC2CryptoServiceProvider.cs
- EntityTransaction.cs
- __TransparentProxy.cs
- TypeForwardedToAttribute.cs
- TransformFinalBlockRequest.cs
- Point.cs
- TextBoxView.cs
- UrlAuthFailedErrorFormatter.cs
- ScriptControlManager.cs
- InputLanguageProfileNotifySink.cs
- EditBehavior.cs
- _MultipleConnectAsync.cs
- SaveFileDialog.cs
- DataPagerCommandEventArgs.cs
- CalendarDateRange.cs
- PrimitiveDataContract.cs
- ListBindingHelper.cs
- SoapReflectionImporter.cs
- DataServiceQueryContinuation.cs
- GroupDescription.cs
- JsonDataContract.cs
- HtmlElementCollection.cs
- SecurityDescriptor.cs
- InkCanvasFeedbackAdorner.cs
- ApplicationSecurityInfo.cs
- UiaCoreApi.cs
- EventWaitHandleSecurity.cs
- HtmlWindow.cs
- CreatingCookieEventArgs.cs
- SendKeys.cs
- InfoCardCryptoHelper.cs
- MasterPage.cs
- OneOfElement.cs
- Partitioner.cs
- documentsequencetextcontainer.cs
- ActivityTrace.cs
- SecurityManager.cs
- OleDbError.cs
- RegexBoyerMoore.cs
- UserUseLicenseDictionaryLoader.cs