Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / ObjectListComponentEditor.cs / 1305376 / ObjectListComponentEditor.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 ObjectList ////// 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 ObjectListComponentEditor : BaseTemplatedMobileComponentEditor { // The set of pages used within the ObjectList ComponentEditor private static Type[] _editorPages = new Type[] { typeof(ObjectListGeneralPage), typeof(ObjectListCommandsPage), typeof(ObjectListFieldsPage) }; internal const int IDX_GENERAL = 0; internal const int IDX_COMMANDS = 1; internal const int IDX_FIELDS = 2; /// /// public ObjectListComponentEditor() : this(IDX_GENERAL) { } ////// Initializes a new instance of ///. /// /// /// /// The index of the initial page. /// public ObjectListComponentEditor(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 ObjectList ////// 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 ObjectListComponentEditor : BaseTemplatedMobileComponentEditor { // The set of pages used within the ObjectList ComponentEditor private static Type[] _editorPages = new Type[] { typeof(ObjectListGeneralPage), typeof(ObjectListCommandsPage), typeof(ObjectListFieldsPage) }; internal const int IDX_GENERAL = 0; internal const int IDX_COMMANDS = 1; internal const int IDX_FIELDS = 2; /// /// public ObjectListComponentEditor() : this(IDX_GENERAL) { } ////// Initializes a new instance of ///. /// /// /// /// The index of the initial page. /// public ObjectListComponentEditor(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
- Menu.cs
- ApplicationProxyInternal.cs
- DescendantBaseQuery.cs
- XmlUrlResolver.cs
- CodeCatchClauseCollection.cs
- XmlConvert.cs
- Overlapped.cs
- ImageBrush.cs
- XPathDocument.cs
- HttpPostedFile.cs
- BamlRecords.cs
- BooleanSwitch.cs
- FlowDocumentScrollViewer.cs
- EncoderReplacementFallback.cs
- TerminateDesigner.cs
- TextSelectionProcessor.cs
- IdentifierCreationService.cs
- ResourcePart.cs
- COM2PropertyDescriptor.cs
- XmlSchemaComplexContentExtension.cs
- BinaryObjectInfo.cs
- XmlTextWriter.cs
- TextElementCollection.cs
- AnnotationResource.cs
- DynamicRenderer.cs
- NonParentingControl.cs
- OutArgumentConverter.cs
- XmlSchemaSimpleTypeList.cs
- ConnectionManagementElementCollection.cs
- TableHeaderCell.cs
- WebBrowser.cs
- ParallelEnumerableWrapper.cs
- TemplatePagerField.cs
- RawUIStateInputReport.cs
- EncryptedXml.cs
- ChangeNode.cs
- CompilerParameters.cs
- DocumentPageViewAutomationPeer.cs
- mongolianshape.cs
- HttpProfileGroupBase.cs
- ParentUndoUnit.cs
- XmlAttributeAttribute.cs
- ToolStripLocationCancelEventArgs.cs
- ConnectionsZone.cs
- ListViewItem.cs
- InfoCardCryptoHelper.cs
- NavigationProperty.cs
- MultiByteCodec.cs
- SqlDataSourceStatusEventArgs.cs
- TimerElapsedEvenArgs.cs
- AdRotatorDesigner.cs
- InternalCache.cs
- TypeUnloadedException.cs
- XXXInfos.cs
- WindowsIdentity.cs
- CompressedStack.cs
- WorkflowTransactionOptions.cs
- HostProtectionException.cs
- SemanticAnalyzer.cs
- ResourceAttributes.cs
- ThrowHelper.cs
- ResourceProviderFactory.cs
- TCPListener.cs
- CollectionMarkupSerializer.cs
- StaticDataManager.cs
- LayoutSettings.cs
- WindowsAuthenticationEventArgs.cs
- BaseAddressElement.cs
- FormViewInsertedEventArgs.cs
- SQLMoney.cs
- BindingSource.cs
- ServiceDeploymentInfo.cs
- NativeMethods.cs
- LinearKeyFrames.cs
- DoubleStorage.cs
- OracleParameter.cs
- BitmapData.cs
- SimpleWebHandlerParser.cs
- MsmqIntegrationInputChannel.cs
- SynchronizedInputAdaptor.cs
- TcpSocketManager.cs
- XmlWriter.cs
- controlskin.cs
- HwndStylusInputProvider.cs
- SqlSupersetValidator.cs
- basenumberconverter.cs
- XmlSchemaSimpleTypeUnion.cs
- KeyValuePair.cs
- PropertyEntry.cs
- WebErrorHandler.cs
- ObjectToIdCache.cs
- EnumDataContract.cs
- LinqExpressionNormalizer.cs
- ObjectDataSourceView.cs
- CustomAttribute.cs
- manifestimages.cs
- ValidatorCollection.cs
- ResourceReferenceExpression.cs
- WsdlExporter.cs
- FollowerQueueCreator.cs