Code:
/ 4.0 / 4.0 / untmp / 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. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Publisher.cs
- Int16Converter.cs
- XmlILConstructAnalyzer.cs
- AlphaSortedEnumConverter.cs
- ExtensionFile.cs
- SeparatorAutomationPeer.cs
- VirtualPathProvider.cs
- HotSpotCollection.cs
- IndexerNameAttribute.cs
- BamlBinaryWriter.cs
- SqlBuilder.cs
- Pair.cs
- BindableAttribute.cs
- JulianCalendar.cs
- Container.cs
- SelfSignedCertificate.cs
- PreservationFileReader.cs
- SqlBuilder.cs
- _WebProxyDataBuilder.cs
- Cloud.cs
- UIElement.cs
- ToolStripItemEventArgs.cs
- WindowsFont.cs
- PolyLineSegment.cs
- SafeNativeMethods.cs
- Attributes.cs
- webbrowsersite.cs
- SqlClientMetaDataCollectionNames.cs
- ObjectConverter.cs
- PasswordBoxAutomationPeer.cs
- SqlUnionizer.cs
- DataGridTableCollection.cs
- BindValidationContext.cs
- DrawingContextDrawingContextWalker.cs
- XhtmlConformanceSection.cs
- TransformerConfigurationWizardBase.cs
- CallInfo.cs
- TextParaClient.cs
- Receive.cs
- MethodBuilderInstantiation.cs
- SudsWriter.cs
- UntypedNullExpression.cs
- Vector3DAnimationBase.cs
- Viewport2DVisual3D.cs
- SchemaElementDecl.cs
- PieceDirectory.cs
- PatternMatchRules.cs
- ButtonRenderer.cs
- OdbcException.cs
- ObjectComplexPropertyMapping.cs
- ForEachAction.cs
- Win32Native.cs
- Setter.cs
- ControlParameter.cs
- ExtendedProperty.cs
- counter.cs
- DataBindEngine.cs
- AvtEvent.cs
- PrinterUnitConvert.cs
- Run.cs
- SqlDataSourceView.cs
- XMLSyntaxException.cs
- ObjectReaderCompiler.cs
- String.cs
- IdentifierService.cs
- InternalDispatchObject.cs
- ConfigsHelper.cs
- MembershipPasswordException.cs
- TransactionProtocol.cs
- COM2Properties.cs
- MethodImplAttribute.cs
- GuidelineSet.cs
- EntityDataSourceEntitySetNameItem.cs
- SocketInformation.cs
- HybridDictionary.cs
- LinkedResourceCollection.cs
- GraphicsContext.cs
- DrawingServices.cs
- DecoratedNameAttribute.cs
- ToolBar.cs
- UriParserTemplates.cs
- SmtpReplyReader.cs
- XmlILStorageConverter.cs
- ConfigXmlComment.cs
- CellConstant.cs
- IInstanceTable.cs
- contentDescriptor.cs
- XmlToDatasetMap.cs
- ParameterElement.cs
- ColorContextHelper.cs
- DelegateBodyWriter.cs
- OperationCanceledException.cs
- Transform3DGroup.cs
- LayoutTable.cs
- CollectionBase.cs
- HyperLinkColumn.cs
- CompModSwitches.cs
- AttachmentCollection.cs
- ExpressionBindingCollection.cs
- IsolatedStorageException.cs